summaryrefslogtreecommitdiff
path: root/colors/solarized-light.kak
diff options
context:
space:
mode:
authorBhajneet S.K <bhajneet@gmail.com>2017-10-10 16:14:19 -0400
committerBhajneet S.K <bhajneet@gmail.com>2017-10-11 10:15:39 -0400
commitf3a52495413c3ab3461b02acdb19ff950a03ec34 (patch)
tree541a17db2f2f018d3bcc11a342982d76a730bd84 /colors/solarized-light.kak
parent78d7d512cbef31144106c05cfcc0ade7dcfad6fc (diff)
Removed terminal colors from Solarized and added a light variant.
Diffstat (limited to 'colors/solarized-light.kak')
-rw-r--r--colors/solarized-light.kak70
1 files changed, 70 insertions, 0 deletions
diff --git a/colors/solarized-light.kak b/colors/solarized-light.kak
new file mode 100644
index 00000000..0cf51370
--- /dev/null
+++ b/colors/solarized-light.kak
@@ -0,0 +1,70 @@
+# Solarized Light
+
+%sh{
+ base03='rgb:002b36'
+ base02='rgb:073642'
+ base01='rgb:586e75'
+ base00='rgb:657b83'
+ base0='rgb:839496'
+ base1='rgb:93a1a1'
+ base2='rgb:eee8d5'
+ base3='rgb:fdf6e3'
+ yellow='rgb:b58900'
+ orange='rgb:cb4b16'
+ red='rgb:dc322f'
+ magenta='rgb:d33682'
+ violet='rgb:6c71c4'
+ blue='rgb:268bd2'
+ cyan='rgb:2aa198'
+ green='rgb:859900'
+
+ echo "
+ # code
+ face value ${cyan}
+ face type ${yellow}
+ face variable ${blue}
+ face module ${cyan}
+ face function ${blue}
+ face string ${cyan}
+ face keyword ${green}
+ face operator ${green}
+ face attribute ${violet}
+ face comment ${base1}
+ face meta ${orange}
+ face builtin default+b
+
+ # markup
+ face title ${blue}+b
+ face header ${blue}
+ face bold ${base01}+b
+ face italic ${base01}+i
+ face mono ${base1}
+ face block ${cyan}
+ face link ${base01}
+ face bullet ${yellow}
+ face list ${green}
+
+ # builtin
+ face Default ${base00},${base3}
+ face PrimarySelection ${base3},${blue}
+ face SecondarySelection ${base1},${base01}
+ face PrimaryCursor ${base3},${base00}
+ face SecondaryCursor ${base3},${base1}
+ face LineNumbers ${base1},${base2}
+ face LineNumberCursor ${base01},${base2}
+ face LineNumbersWrapped ${base2},${base2}
+ face MenuForeground ${base3},${yellow}
+ face MenuBackground ${base01},${base2}
+ face MenuInfo ${base1}
+ face Information ${base2},${base1}
+ face Error ${red},default+b
+ face StatusLine ${base01},${base2}+b
+ face StatusLineMode ${orange}
+ face StatusLineInfo ${cyan}
+ face StatusLineValue ${green}
+ face StatusCursor ${base0},${base03}
+ face Prompt ${yellow}+b
+ face MatchingChar ${red},${base2}+b
+ face BufferPadding ${base1},${base3}
+ "
+}