diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-01-17 06:40:25 +1000 |
---|---|---|
committer | Michael McClintock <mrmcc3@gmail.com> | 2023-01-17 06:40:25 +1000 |
commit | 922b3700109a5e35a6299f592e8068c26165ea8e (patch) | |
tree | 30a1a6aa607cc99ea3005d1475f8f256a7b5869d /README.md | |
parent | 415580a058fa3b6a7b030a72efc3ab5a79755fb0 (diff) | |
download | yo-theme-helix-922b3700109a5e35a6299f592e8068c26165ea8e.tar.gz |
tweaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,13 +8,14 @@ A [Helix][helix] theme inspired by [Zenbones][zenbones] & - Ideas from alabaster. - Comments should stand out. - Use color sparingly. The rules should be simple. -- Alabaster essentially skips eveything else. It doesn't highlight keywords - (reserved words) or types. (which to be fair isn't really an issue for + - avoid font variants where possible. +- Alabaster essentially only higlights comments/constants and strings. + - 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 & font variants + - subtle colors, contrast. - vibrant colors are left for diagnostics. - The default yo themes use the following: - **Green** for strings (same as alabaster) |