diff --git a/pywal/templates/colors--nodim-alacritty.yml b/pywal/templates/colors--nodim-alacritty.yml deleted file mode 100644 index a6990e1..0000000 --- a/pywal/templates/colors--nodim-alacritty.yml +++ /dev/null @@ -1,53 +0,0 @@ -colors: - - primary: - background: "{background}" - foreground: "{foreground}" - - cursor: - text: CellBackground - cursor: CellForeground - - vi_mode_cursor: - text: CellBackground - cursor: CellForeground - - search: - matches: - foreground: '{color0}' - background: '{color15}' - focused_match: - foreground: CellBackground - background: CellForeground - - bar: - foreground: '{color8}' - background: '{color7}' - - line_indicator: - foreground: None - background: None - - selection: - text: CellBackground - background: CellForeground - - normal: - black: "{color0}" - red: "{color1}" - green: "{color2}" - yellow: "{color3}" - blue: "{color4}" - magenta: "{color5}" - cyan: "{color6}" - white: "{color7}" - - bright: - black: "{color8}" - red: "{color9}" - green: "{color10}" - yellow: "{color11}" - blue: "{color12}" - magenta: "{color13}" - cyan: "{color14}" - white: "{color15}" diff --git a/pywal/templates/colors-alacritty.yml b/pywal/templates/colors-alacritty.yml deleted file mode 100644 index febe33d..0000000 --- a/pywal/templates/colors-alacritty.yml +++ /dev/null @@ -1,63 +0,0 @@ -colors: - - primary: - background: "{background}" - foreground: "{foreground}" - - cursor: - text: CellBackground - cursor: CellForeground - - vi_mode_cursor: - text: CellBackground - cursor: CellForeground - - search: - matches: - foreground: '{color0}' - background: '{color15}' - focused_match: - foreground: CellBackground - background: CellForeground - - bar: - foreground: '{color8}' - background: '{color7}' - - line_indicator: - foreground: None - background: None - - selection: - text: CellBackground - background: CellForeground - - normal: - black: "{color0}" - red: "{color1}" - green: "{color2}" - yellow: "{color3}" - blue: "{color4}" - magenta: "{color5}" - cyan: "{color6}" - white: "{color7}" - - bright: - black: "{color8}" - red: "{color9}" - green: "{color10}" - yellow: "{color11}" - blue: "{color12}" - magenta: "{color13}" - cyan: "{color14}" - white: "{color15}" - - dim: - black: "{color15}" - red: "{color9}" - green: "{color13}" - yellow: "{color11}" - blue: "{color12}" - magenta: "{color10}" - cyan: "{color14}" - white: "{color8}"