summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorSkyler Hawthorne <skyler@dead10ck.com>2021-04-28 21:27:43 -0400
committerSkyler Hawthorne <skyler@dead10ck.com>2021-04-28 21:27:43 -0400
commit488798d977c4e2c3c8607bce932dd89656c1899b (patch)
tree8519541f6864fad059b91e952c18425f124f5068 /colors
parent272b70298e357ceb6f6a7743c02c689106017116 (diff)
improve colors for rust/solarized
* bring colors more aligned with upstream solarized implementations (e.g. vim, emacs) * tweak rust syntax * add more details, like operators, highlighting certain traits and types from std, etc * remove certain highlighters, like user types. This has the effect of just highlighting almost the whole code base one color, and wasn't really correct either. CamelCase for types is only convention
Diffstat (limited to 'colors')
-rw-r--r--colors/solarized-dark.kak4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/solarized-dark.kak b/colors/solarized-dark.kak
index ddb1fee6..ccbeb4f7 100644
--- a/colors/solarized-dark.kak
+++ b/colors/solarized-dark.kak
@@ -21,13 +21,13 @@ evaluate-commands %sh{
echo "
# code
face global value ${cyan}
- face global type ${red}
+ face global type ${yellow}
face global variable ${blue}
face global module ${cyan}
face global function ${blue}
face global string ${cyan}
face global keyword ${green}
- face global operator ${yellow}
+ face global operator ${green}
face global attribute ${violet}
face global comment ${base01}
face global documentation comment