2017-10-10 22:14:19 +02:00
|
|
|
# Solarized Light
|
|
|
|
|
2018-05-06 23:29:52 +02:00
|
|
|
evaluate-commands %sh{
|
2017-10-10 22:14:19 +02:00
|
|
|
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
|
2018-04-07 07:36:39 +02:00
|
|
|
face global value ${cyan}
|
2018-06-22 22:31:40 +02:00
|
|
|
face global type ${red}
|
2018-04-07 07:36:39 +02:00
|
|
|
face global variable ${blue}
|
|
|
|
face global module ${cyan}
|
|
|
|
face global function ${blue}
|
|
|
|
face global string ${cyan}
|
|
|
|
face global keyword ${green}
|
2018-06-22 22:31:40 +02:00
|
|
|
face global operator ${yellow}
|
2018-04-07 07:36:39 +02:00
|
|
|
face global attribute ${violet}
|
|
|
|
face global comment ${base1}
|
2018-06-23 07:38:46 +02:00
|
|
|
face global documentation comment
|
2018-04-07 07:36:39 +02:00
|
|
|
face global meta ${orange}
|
|
|
|
face global builtin default+b
|
2017-10-10 22:14:19 +02:00
|
|
|
|
|
|
|
# markup
|
2018-04-07 07:36:39 +02:00
|
|
|
face global title ${blue}+b
|
|
|
|
face global header ${blue}
|
|
|
|
face global mono ${base1}
|
|
|
|
face global block ${cyan}
|
|
|
|
face global link ${base01}
|
|
|
|
face global bullet ${yellow}
|
|
|
|
face global list ${green}
|
2017-10-10 22:14:19 +02:00
|
|
|
|
|
|
|
# builtin
|
2018-04-07 07:36:39 +02:00
|
|
|
face global Default ${base00},${base3}
|
2018-09-23 16:05:33 +02:00
|
|
|
face global PrimarySelection ${base3},${blue}+fg
|
|
|
|
face global SecondarySelection ${base1},${base01}+fg
|
|
|
|
face global PrimaryCursor ${base3},${base00}+fg
|
|
|
|
face global SecondaryCursor ${base3},${base1}+fg
|
|
|
|
face global PrimaryCursorEol ${base3},${yellow}+fg
|
|
|
|
face global SecondaryCursorEol ${base3},${orange}+fg
|
2018-04-07 07:36:39 +02:00
|
|
|
face global LineNumbers ${base1},${base2}
|
|
|
|
face global LineNumberCursor ${base01},${base2}
|
|
|
|
face global LineNumbersWrapped ${base2},${base2}
|
|
|
|
face global MenuForeground ${base3},${yellow}
|
|
|
|
face global MenuBackground ${base01},${base2}
|
|
|
|
face global MenuInfo ${base1}
|
|
|
|
face global Information ${base2},${base1}
|
|
|
|
face global Error ${red},default+b
|
|
|
|
face global StatusLine ${base01},${base2}+b
|
|
|
|
face global StatusLineMode ${orange}
|
|
|
|
face global StatusLineInfo ${cyan}
|
|
|
|
face global StatusLineValue ${green}
|
|
|
|
face global StatusCursor ${base0},${base03}
|
|
|
|
face global Prompt ${yellow}+b
|
|
|
|
face global MatchingChar ${red},${base2}+b
|
|
|
|
face global BufferPadding ${base1},${base3}
|
2018-10-04 22:45:16 +02:00
|
|
|
face global Whitespace ${base1}+f
|
2017-10-10 22:14:19 +02:00
|
|
|
"
|
|
|
|
}
|