summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
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}