diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-25 19:14:02 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-25 19:14:02 +0530 |
commit | c592fa0aca76ae2bd65a915d2df9152458ae8817 (patch) | |
tree | f87202b90ffe25e1c50e5e48d006ba908d661c23 /.config/alacritty/themes/fairyflossdark.yml | |
parent | a23da6652360aa15b13138da373a1068071f715e (diff) |
changed alacritty theme, removed useless ones
Diffstat (limited to '.config/alacritty/themes/fairyflossdark.yml')
-rw-r--r-- | .config/alacritty/themes/fairyflossdark.yml | 32 |
1 files changed, 0 insertions, 32 deletions
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' |