2015-10-02 15:00:06 +02:00
|
|
|
# solarized theme
|
|
|
|
|
|
|
|
%sh{
|
|
|
|
# Base color definitions
|
|
|
|
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 "
|
|
|
|
# then we map them to code
|
|
|
|
face value ${cyan}
|
|
|
|
face type ${yellow}
|
|
|
|
face identifier ${blue}
|
|
|
|
face string ${cyan}
|
|
|
|
face error ${base03},${red}
|
|
|
|
face keyword ${green}
|
|
|
|
face operator default
|
|
|
|
face attribute ${violet}
|
|
|
|
face comment ${base01}
|
|
|
|
face meta ${orange}
|
|
|
|
|
|
|
|
# and markup
|
|
|
|
face title ${yellow}
|
|
|
|
face header ${blue}
|
|
|
|
face bold ${base1}
|
|
|
|
face italic ${base2}
|
|
|
|
face mono ${base3}
|
|
|
|
face block ${violet}
|
|
|
|
face link ${magenta}
|
|
|
|
face bullet ${orange}
|
|
|
|
face list ${yellow}
|
|
|
|
|
|
|
|
# and built in faces
|
2015-10-04 14:47:23 +02:00
|
|
|
face Default ${base0},${base03}
|
|
|
|
face LineNumbers ${base0},${base03}
|
|
|
|
face LineNumberCursor default,${base03}+b
|
|
|
|
face StatusLine default,${base02}
|
|
|
|
face StatusCursor ${base00},${base3}
|
|
|
|
face Information ${base02},${base1}
|
|
|
|
face MenuBackground ${base02},${base01}
|
|
|
|
face MenuForeground ${cyan},${base01}
|
2015-10-05 14:57:43 +02:00
|
|
|
face MenuInfo ${base03}
|
2015-10-02 15:00:06 +02:00
|
|
|
"
|
|
|
|
}
|