Thank you to @tonsky for the Alabaster theme! ✨ I've been using it for so long now, I don't want to code without. gratitude
Can you share a link?
the only theme I like more is flatwhite on helix; but I'm using vscode these days, so 🤷
as usual, clear thinking w/ interesting ideas, thanks for this.
I have also always thought that most themes 'highlight' everything, and barely anything remains in the 'default' (black on a light theme, or white on a dark theme). So recently I've tried another approach, where as the article says I use bold and italics for a few things, and leave another role for font-color entirely: nesting! (via prism.el in emacs) Rainbow-delimiters never helped in lisps, not as much as code indentation anyway. What prism.el adds is perfect clarity even in cases where a child sexp/form is 5-6 lines below indented by 1 character only (which is sometimes tricky in lisps to tell if its a nested sexp or sibling sexp).
Though I read the full article this morning, and recommending not to distinguish language keywords is one thing I clearly disagree on.