2017-10-10 22:14:19 +02:00
|
|
|
# Solarized Dark
|
|
|
|
|
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 ${base01}
|
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 ${base1}
|
|
|
|
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 ${base0},${base03}
|
2018-09-23 16:05:33 +02:00
|
|
|
face global PrimarySelection ${base03},${blue}+fg
|
|
|
|
face global SecondarySelection ${base01},${base1}+fg
|
|
|
|
face global PrimaryCursor ${base03},${base0}+fg
|
|
|
|
face global SecondaryCursor ${base03},${base01}+fg
|
|
|
|
face global PrimaryCursorEol ${base03},${base2}+fg
|
|
|
|
face global SecondaryCursorEol ${base03},${base3}+fg
|
2018-04-07 07:36:39 +02:00
|
|
|
face global LineNumbers ${base01},${base02}
|
|
|
|
face global LineNumberCursor ${base1},${base02}
|
|
|
|
face global LineNumbersWrapped ${base02},${base02}
|
|
|
|
face global MenuForeground ${base03},${yellow}
|
|
|
|
face global MenuBackground ${base1},${base02}
|
|
|
|
face global MenuInfo ${base01}
|
|
|
|
face global Information ${base02},${base1}
|
|
|
|
face global Error ${red},default+b
|
|
|
|
face global StatusLine ${base1},${base02}+b
|
|
|
|
face global StatusLineMode ${orange}
|
|
|
|
face global StatusLineInfo ${cyan}
|
|
|
|
face global StatusLineValue ${green}
|
|
|
|
face global StatusCursor ${base00},${base3}
|
|
|
|
face global Prompt ${yellow}+b
|
|
|
|
face global MatchingChar ${red},${base01}+b
|
|
|
|
face global BufferPadding ${base01},${base03}
|
2018-10-04 22:45:16 +02:00
|
|
|
face global Whitespace ${base01}+f
|
2017-10-10 22:14:19 +02:00
|
|
|
"
|
|
|
|
}
|