One of the things that's preventing me from investing more in VSCode is the lack of this theme! I've made a best-attempt version in the VSCode theme editor, but some of the syntax highlighting (especially in Clojure) seems to operate by different rules. For example, here's as close as I can get:
And here's Emacs:
Here's my moe-dark-color-theme.json
Current problems:
- I can't get the
defs to be green without making keywords green
- I can't get
defed constants to be orange while keeping defned functions yellow
- I can't get only the defn var binding to be yellow while keeping invocations white
- I can't get the builtin functions (like
partial) to be purplel
If anyone is familiar with these TextMate rules and can help me out, I'd be grateful!
One of the things that's preventing me from investing more in VSCode is the lack of this theme! I've made a best-attempt version in the VSCode theme editor, but some of the syntax highlighting (especially in Clojure) seems to operate by different rules. For example, here's as close as I can get:
And here's Emacs:
Here's my moe-dark-color-theme.json
Current problems:
defs to be green without making keywords greendefed constants to be orange while keepingdefned functions yellowpartial) to be purplelIf anyone is familiar with these TextMate rules and can help me out, I'd be grateful!