diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-01-17 14:09:47 +1000 |
---|---|---|
committer | Michael McClintock <mrmcc3@gmail.com> | 2023-01-17 14:09:47 +1000 |
commit | 7ddb9eec7d678b10e8508f7a38e59874873c5a85 (patch) | |
tree | a0c72577a02fdfe5cb10342d73d0529452791749 /README.md | |
parent | 922b3700109a5e35a6299f592e8068c26165ea8e (diff) | |
download | yo-theme-helix-7ddb9eec7d678b10e8508f7a38e59874873c5a85.tar.gz |
improvements
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -13,14 +13,13 @@ A [Helix][helix] theme inspired by [Zenbones][zenbones] & - It doesn't highlight keywords (reserved words) or types. (which to be fair isn't really an issue for clojure) - Yo doesn't go quite as far on this point. - - Instead it takes the minimal zenbones approach to highlight the remaining - code constructs. - - subtle colors, contrast. + - Instead it takes the minimal zenbones approach to highlight the remaining code. + - subtle colors & contrast. - vibrant colors are left for diagnostics. - The default yo themes use the following: - **Green** for strings (same as alabaster) - **Purple** for constant (same as alabaster) - - **Blue** for comments (incl. LSP info/hints) + - **Blue** for info (comments & LSP info/hints) - **Red/Amber** LSP error/warnings - **Gray/Bronze** Everything else zenbones style - I'm not a designer and don't like my chances of making something look good by |