dotfiles/wal/templates/colors-alacritty.yml

26 lines
551 B
YAML
Raw Normal View History

2022-01-18 01:25:46 -05:00
colors:
primary:
background: '{background}'
foreground: '{foreground}'
cursor:
text: CellForeground
cursor: '{cursor}'
bright:
black: '{color0}'
red: '{color1}'
green: '{color2}'
yellow: '{color3}'
blue: '{color4}'
magenta: '{color5}'
cyan: '{color6}'
white: '{color7}'
normal:
black: '{color8}'
red: '{color9}'
green: '{color10}'
yellow: '{color11}'
blue: '{color12}'
magenta: '{color13}'
cyan: '{color14}'
white: '{color15}'