diff --git a/pywal/templates/colors-alacritty.yml b/pywal/templates/colors-alacritty.yml new file mode 100644 index 00000000..60a2fda9 --- /dev/null +++ b/pywal/templates/colors-alacritty.yml @@ -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}'