Just a quick note. Some stylesheet-related settings must remain, and some new ones added!
- Syntax coloring settings must remain because they are
not used in the css.
- New settings must be added because Leo's core needs to do a "text coloring switcheroo".
For example, Leo's core assumes
g.es(message,color='blue') will be visible. That's dubious in a dark theme.
For dark themes we would like to change 'blue' to 'solarized-blue'. To make this happen, there probably needs to be
new settings, something like this:
@color es_blue_color = @solarized-blue
@color es_red_color = @solarized-red
etc. And so it goes...
Edward