summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorMatthew Vilim <mvilim@stanford.edu>2018-06-22 13:31:40 -0700
committerMatthew Vilim <mvilim@stanford.edu>2018-06-22 13:42:06 -0700
commitb63d410219bfe95356ca8e30e1a2bac5e832d4df (patch)
tree45322c4a570f70eb89e8b95b087caa779d990744 /colors
parentfbae96a53b2dc3c17bb85ddb62dc869eb55532d1 (diff)
improve solarized theme and Scala syntax highlighting
Diffstat (limited to 'colors')
-rw-r--r--colors/solarized-dark.kak4
-rw-r--r--colors/solarized-light-termcolors.kak4
-rw-r--r--colors/solarized-light.kak4
3 files changed, 6 insertions, 6 deletions
diff --git a/colors/solarized-dark.kak b/colors/solarized-dark.kak
index 67598329..25134f7c 100644
--- a/colors/solarized-dark.kak
+++ b/colors/solarized-dark.kak
@@ -21,13 +21,13 @@
echo "
# code
face global value ${cyan}
- face global type ${yellow}
+ face global type ${red}
face global variable ${blue}
face global module ${cyan}
face global function ${blue}
face global string ${cyan}
face global keyword ${green}
- face global operator ${green}
+ face global operator ${yellow}
face global attribute ${violet}
face global comment ${base01}
face global meta ${orange}
diff --git a/colors/solarized-light-termcolors.kak b/colors/solarized-light-termcolors.kak
index 93ee878d..fbb30091 100644
--- a/colors/solarized-light-termcolors.kak
+++ b/colors/solarized-light-termcolors.kak
@@ -3,13 +3,13 @@
# code
face global value cyan
-face global type yellow
+face global type red
face global variable blue
face global module cyan
face global function blue
face global string cyan
face global keyword green
-face global operator green
+face global operator yellow
face global attribute bright-magenta
face global comment bright-cyan
face global meta bright-red
diff --git a/colors/solarized-light.kak b/colors/solarized-light.kak
index 9f357794..1ffefeb1 100644
--- a/colors/solarized-light.kak
+++ b/colors/solarized-light.kak
@@ -21,13 +21,13 @@
echo "
# code
face global value ${cyan}
- face global type ${yellow}
+ face global type ${red}
face global variable ${blue}
face global module ${cyan}
face global function ${blue}
face global string ${cyan}
face global keyword ${green}
- face global operator ${green}
+ face global operator ${yellow}
face global attribute ${violet}
face global comment ${base1}
face global meta ${orange}