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/dark_pastels.yaml | 29 ------------------------ 1 file changed, 29 deletions(-) delete mode 100755 .config/alacritty/colorschemes/dark_pastels.yaml (limited to '.config/alacritty/colorschemes/dark_pastels.yaml') diff --git a/.config/alacritty/colorschemes/dark_pastels.yaml b/.config/alacritty/colorschemes/dark_pastels.yaml deleted file mode 100755 index 97eb7f9..0000000 --- a/.config/alacritty/colorschemes/dark_pastels.yaml +++ /dev/null @@ -1,29 +0,0 @@ - -# Colors (Konsole's Dark Pastels) -colors: - # Default colors - primary: - background: '0x2C2C2C' - foreground: '0xDCDCCC' - - # Normal colors - normal: - black: '0x3F3F3F' - red: '0x705050' - green: '0x60B48A' - yellow: '0xDFAF8F' - blue: '0x9AB8D7' - magenta: '0xDC8CC3' - cyan: '0x8CD0D3' - white: '0xDCDCCC' - - # Bright colors - bright: - black: '0x709080' - red: '0xDCA3A3' - green: '0x72D5A3' - yellow: '0xF0DFAF' - blue: '0x94BFF3' - magenta: '0xEC93D3' - cyan: '0x93E0E3' - white: '0xFFFFFF' -- cgit v1.2.3