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/oceanic_next.yaml | 28 ------------------------ 1 file changed, 28 deletions(-) delete mode 100755 .config/alacritty/colorschemes/oceanic_next.yaml (limited to '.config/alacritty/colorschemes/oceanic_next.yaml') diff --git a/.config/alacritty/colorschemes/oceanic_next.yaml b/.config/alacritty/colorschemes/oceanic_next.yaml deleted file mode 100755 index 9bad83f..0000000 --- a/.config/alacritty/colorschemes/oceanic_next.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Oceanic Next) -colors: - # Default colors - primary: - background: '0x1b2b34' - foreground: '0xd8dee9' - - # Normal colors - normal: - black: '0x29414f' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0x65737e' - - # Bright colors - bright: - black: '0x405860' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0xadb5c0' -- cgit v1.2.3