forked from foxora/nix
45 lines
809 B
Text
45 lines
809 B
Text
# background & foreground
|
|
foreground {{ foreground }}
|
|
background {{ background }}
|
|
selection_foreground {{ background }}
|
|
selection_background {{ foreground }}
|
|
|
|
# cursor
|
|
cursor {{ cursor }}
|
|
cursor_text_color {{ cursor }}
|
|
|
|
# other cursor colors to use
|
|
# cursor: foreground
|
|
# cursor_text_color: color8
|
|
|
|
# black
|
|
color0 {{ color0 }}
|
|
color8 {{ color8 }}
|
|
|
|
# red
|
|
color1 {{ color1 }}
|
|
color9 {{ color9 }}
|
|
|
|
# green
|
|
color2 {{ color2 }}
|
|
color10 {{ color10 }}
|
|
|
|
# yellow
|
|
color3 {{ color3 }}
|
|
color11 {{ color11 }}
|
|
|
|
# blue
|
|
color4 {{ color4 }}
|
|
color12 {{ color12 }}
|
|
|
|
# magenta
|
|
color5 {{ color5 }}
|
|
color13 {{ color13 }}
|
|
|
|
# cyan
|
|
color6 {{ color6 }}
|
|
color14 {{ color14 }}
|
|
|
|
# white
|
|
color7 {{ color7 }}
|
|
color15 {{ color15 }}
|