uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
128 stars 13 forks source link

Add dark mode support #94

Open uliwitness opened 5 years ago

uliwitness commented 5 years ago

Dark mode mostly works, but field text color seems to be hardcoded to black when no color has been specified in light mode, and in dark mode seems to be saved to disk as white.

We should really ensure we use controlTextColor when no color is set explicitly, and that we do not save controlTextColor's color component values to the CSS.