From f50ad0fdc500e46c1afe85770286e9ba86eb37d3 Mon Sep 17 00:00:00 2001 From: Amar1729 Date: Mon, 31 Jan 2022 15:56:02 -0500 Subject: [PATCH] + wal : add colors-alacritty.yml template https://github.com/dylanaraps/pywal/pull/611 --- dot_config/wal/templates/colors-alacritty.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dot_config/wal/templates/colors-alacritty.yml diff --git a/dot_config/wal/templates/colors-alacritty.yml b/dot_config/wal/templates/colors-alacritty.yml new file mode 100644 index 0000000..91a01c7 --- /dev/null +++ b/dot_config/wal/templates/colors-alacritty.yml @@ -0,0 +1,29 @@ +window.opacity: 0.8 + +colors: + primary: + background: '{background}' + foreground: '{foreground}' + cursor: + text: CellForeground + cursor: '{cursor}' + bright: + # use light gray (for zsh-autocomplete text) + black: '{color8}' + red: '{color1}' + green: '{color2}' + yellow: '{color3}' + blue: '{color4}' + magenta: '{color5}' + cyan: '{color6}' + white: '{color7}' + normal: + # use black rather than default light gray (color8) (for black colors in eg vim airline) + black: '{color0}' + red: '{color9}' + green: '{color10}' + yellow: '{color11}' + blue: '{color12}' + magenta: '{color13}' + cyan: '{color14}' + white: '{color15}'