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 --- .../alacritty/colorschemes/challenger_deep.yaml | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100755 .config/alacritty/colorschemes/challenger_deep.yaml (limited to '.config/alacritty/colorschemes/challenger_deep.yaml') diff --git a/.config/alacritty/colorschemes/challenger_deep.yaml b/.config/alacritty/colorschemes/challenger_deep.yaml deleted file mode 100755 index 4030163..0000000 --- a/.config/alacritty/colorschemes/challenger_deep.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Challenger Deep) -colors: - # Default colors - primary: - background: '0x1e1c31' - foreground: '0xcbe1e7' - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xff271d' - cursor: '0xfbfcfc' - # Normal colors - normal: - black: '0x141228' - red: '0xff5458' - green: '0x62d196' - yellow: '0xffb378' - blue: '0x65b2ff' - magenta: '0x906cff' - cyan: '0x63f2f1' - white: '0xa6b3cc' - # Bright colors - bright: - black: '0x565575' - red: '0xff8080' - green: '0x95ffa4' - yellow: '0xffe9aa' - blue: '0x91ddff' - magenta: '0xc991e1' - cyan: '0xaaffe4' - white: '0xcbe3e7' - -- cgit v1.2.3