Sage Fennel
Sage Fennel
@klzns agreed but you can usually get away without making it explicit: `blue ba bw1 br1`. Which doesn't work right on `button` tags unfortunately, but…
I just realized that for certain situations you can use `b--inherit` on a button to get that color on the border, but `b--currentcolor` i think would be good for overriding...
Would it be reasonable to have a setting to enable ligatures, which writes an entire line at a time to the terminal? It seems like this would guarantee correct rendering,...
I don't have any strong opinions on this, but good luck!
First of all, very cool project. I think this is just something where you need to take a different approach to coloring things. Don't think of "variables are red" think...
I could totally see two extra keys: * `uiStyle: "light" | "dark" | high-contrast"` * `codeStyle: "2-tone" | "3-tone" | "many-colors"` So you could specify a few strategies for the...
No pressure, just figured I'd check and see if you've had time to look at this and have any concerns or questions.
Thanks, changing `$dark_theme` to `$light_theme` in the config file made everything readable. I don't really need to edit LS_COLORS now. My suggestion is light vs dark theme would be a...
@DavidSouther I don't think there's any reliable way to tell what the background color of a given terminal is, which is why I suggest not using "black" or "white" text...
For what it's worth, we have a large project at work that's now using a lot of ES6 including ES6 modules, but has a lot of CoffeeScript code, and we...