From 9d40beb2aaacac2b84d38e1a632efaf3096232b8 Mon Sep 17 00:00:00 2001 From: Kirill Morozov Date: Mon, 18 Mar 2024 17:01:24 +0200 Subject: [PATCH] feat(alacritty): remove old yaml configuration --- alacritty/alacritty.yml | 8 ------- alacritty/rose-pine-dawn.yml | 42 ------------------------------------ alacritty/rose-pine-moon.yml | 42 ------------------------------------ alacritty/rose-pine.yml | 42 ------------------------------------ 4 files changed, 134 deletions(-) delete mode 100644 alacritty/alacritty.yml delete mode 100644 alacritty/rose-pine-dawn.yml delete mode 100644 alacritty/rose-pine-moon.yml delete mode 100644 alacritty/rose-pine.yml diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml deleted file mode 100644 index 1c2275e..0000000 --- a/alacritty/alacritty.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -font: - normal: - family: Fira Code - size: 12.0 - -import: - - ~/.config/alacritty/rose-pine.yml diff --git a/alacritty/rose-pine-dawn.yml b/alacritty/rose-pine-dawn.yml deleted file mode 100644 index d31bbd5..0000000 --- a/alacritty/rose-pine-dawn.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -colors: - primary: - background: "0xfaf4ed" - foreground: "0x575279" - cursor: - text: "0x575279" - cursor: "0xcecacd" - vi_mode_cursor: - text: "0x575279" - cursor: "0xcecacd" - line_indicator: - foreground: None - background: None - selection: - text: "0x575279" - background: "0xdfdad9" - normal: - black: "0xf2e9e1" - red: "0xb4637a" - green: "0x286983" - yellow: "0xea9d34" - blue: "0x56949f" - magenta: "0x907aa9" - cyan: "0xd7827e" - white: "0x575279" - bright: - black: "0x9893a5" - red: "0xb4637a" - green: "0x286983" - yellow: "0xea9d34" - blue: "0x56949f" - magenta: "0x907aa9" - cyan: "0xd7827e" - white: "0x575279" - hints: - start: - foreground: "#797593" - background: "#fffaf3" - end: - foreground: "#9893a5" - background: "#fffaf3" diff --git a/alacritty/rose-pine-moon.yml b/alacritty/rose-pine-moon.yml deleted file mode 100644 index d791206..0000000 --- a/alacritty/rose-pine-moon.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -colors: - primary: - background: "0x232136" - foreground: "0xe0def4" - cursor: - text: "0xe0def4" - cursor: "0x56526e" - vi_mode_cursor: - text: "0xe0def4" - cursor: "0x56526e" - line_indicator: - foreground: None - background: None - selection: - text: "0xe0def4" - background: "0x44415a" - normal: - black: "0x393552" - red: "0xeb6f92" - green: "0x3e8fb0" - yellow: "0xf6c177" - blue: "0x9ccfd8" - magenta: "0xc4a7e7" - cyan: "0xea9a97" - white: "0xe0def4" - bright: - black: "0x6e6a86" - red: "0xeb6f92" - green: "0x3e8fb0" - yellow: "0xf6c177" - blue: "0x9ccfd8" - magenta: "0xc4a7e7" - cyan: "0xea9a97" - white: "0xe0def4" - hints: - start: - foreground: "#908caa" - background: "#2a273f" - end: - foreground: "#6e6a86" - background: "#2a273f" diff --git a/alacritty/rose-pine.yml b/alacritty/rose-pine.yml deleted file mode 100644 index 4c74afc..0000000 --- a/alacritty/rose-pine.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -colors: - primary: - background: "0x191724" - foreground: "0xe0def4" - cursor: - text: "0xe0def4" - cursor: "0x524f67" - vi_mode_cursor: - text: "0xe0def4" - cursor: "0x524f67" - line_indicator: - foreground: None - background: None - selection: - text: "0xe0def4" - background: "0x403d52" - normal: - black: "0x26233a" - red: "0xeb6f92" - green: "0x31748f" - yellow: "0xf6c177" - blue: "0x9ccfd8" - magenta: "0xc4a7e7" - cyan: "0xebbcba" - white: "0xe0def4" - bright: - black: "0x6e6a86" - red: "0xeb6f92" - green: "0x31748f" - yellow: "0xf6c177" - blue: "0x9ccfd8" - magenta: "0xc4a7e7" - cyan: "0xebbcba" - white: "0xe0def4" - hints: - start: - foreground: "#908caa" - background: "#1f1d2e" - end: - foreground: "#6e6a86" - background: "#1f1d2e"