From c592fa0aca76ae2bd65a915d2df9152458ae8817 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 25 May 2025 19:14:02 +0530 Subject: changed alacritty theme, removed useless ones --- .config/alacritty/themes/fairyflossdark.yml | 32 ----------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .config/alacritty/themes/fairyflossdark.yml (limited to '.config/alacritty/themes/fairyflossdark.yml') diff --git a/.config/alacritty/themes/fairyflossdark.yml b/.config/alacritty/themes/fairyflossdark.yml deleted file mode 100644 index 61ff9a7..0000000 --- a/.config/alacritty/themes/fairyflossdark.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (Molokai) -colors: - # Default colors - primary: - background: '0x42395d' - foreground: '0xf8f8f2' - - # Colors the cursor will use if `custom_cursor_colors` is true - # text: '0x' - # cursor: '0x' - - # Normal colors - normal: - black: '0x42395d' - red: '0xa8757b' - green: '0xff857f' - yellow: '0xe6c000' - blue: '0xae81ff' - magenta: '0x716799' - cyan: '0xc2ffdf' - white: '0xf8f8f2' - - # Bright colors - bright: - black: '0x75507b' - red: '0xffb8d1' - green: '0xf1568e' - yellow: '0xd5a425' - blue: '0xc5a3ff' - magenta: '0x8077a8' - cyan: '0xc2ffff' - white: '0xf8f8f0' -- cgit v1.2.3