From beca8ca506a18e6d30c15ecb2db7f63cd810aced Mon Sep 17 00:00:00 2001 From: BumblB Date: Fri, 23 Jul 2021 10:43:48 +0200 Subject: [PATCH] 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 --- pywal/templates/colors-alacritty.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pywal/templates/colors-alacritty.yml diff --git a/pywal/templates/colors-alacritty.yml b/pywal/templates/colors-alacritty.yml new file mode 100644 index 0000000..60a2fda --- /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}'