You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When a color is set to transparent, it shows in the styleguide as the same color as @app-background-color. Should this be changed to show these colors as explicitly transparent?
Steps to Reproduce
Install a theme that uses transparent as a color (eg. atom-material-ui and @base-background-colorhere)
Activate the theme and open the Styleguide
Look at the color set as transparent in the theme and note how it is the same as @app-background-color.
Expected behavior:
Some indication that the color is transparent. I'm not a theme developer though, so maybe this is just as expected and should be left as is.
Actual behavior:
No indication that this color actually has nothing set.