From b6c2589eae30877cc5e362e06f3d480a0aee2e81 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 5 May 2023 16:38:48 +0300 Subject: remove old files --- .config/alacritty/colorschemes/konsole_linux.yaml | 51 ----------------------- 1 file changed, 51 deletions(-) delete mode 100755 .config/alacritty/colorschemes/konsole_linux.yaml (limited to '.config/alacritty/colorschemes/konsole_linux.yaml') diff --git a/.config/alacritty/colorschemes/konsole_linux.yaml b/.config/alacritty/colorschemes/konsole_linux.yaml deleted file mode 100755 index b4f3e2f..0000000 --- a/.config/alacritty/colorschemes/konsole_linux.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Color theme ported from Konsole: Linux colors -colors: - primary: - foreground: '0xe3e3e3' - bright_foreground: '0xffffff' - dim_foreground: '0xe3e3e3' - background: '0x1f1f1f' - bright_background: '0x686868' # not sure - dim_background: '0x1f1f1f' # not sure - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - search: - matches: - foreground: '0xb2b2b2' - background: '0xb26818' - focused_match: - foreground: CellBackground - background: CellForeground - - normal: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' - - bright: - black: '0x686868' - red: '0xff5454' - green: '0x54ff54' - yellow: '0xffff54' - blue: '0x5454ff' - magenta: '0xff54ff' - cyan: '0x54ffff' - white: '0xffffff' - - dim: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' -- cgit v1.2.3