Alacritty color template.

For this template to work you also have to add the following to your alacritty.yml:
import:
  - ~/.cache/wal/colors-alacritty.yml
This commit is contained in:
BumblB 2021-07-23 10:43:48 +02:00
parent 4997a49eb7
commit beca8ca506

View File

@ -0,0 +1,25 @@
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}'