From d7e748764e5c3a9000d6c89c392c230265d5f267 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 29 Aug 2025 17:02:30 +0530 Subject: removed unnecessary themes, modified mocha a bit --- .config/alacritty/themes/doom-one-dark.yml | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 .config/alacritty/themes/doom-one-dark.yml (limited to '.config/alacritty/themes/doom-one-dark.yml') diff --git a/.config/alacritty/themes/doom-one-dark.yml b/.config/alacritty/themes/doom-one-dark.yml deleted file mode 100644 index de3393f..0000000 --- a/.config/alacritty/themes/doom-one-dark.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Doom One Dark theme, copied from DistroTube's config - -colors: - # Default colors - primary: - # background: '0x282c34' - background: '0x100b13' - foreground: '0xbbc2cf' - - # Normal colors - normal: - # black: '0x1c1f24' - black: '0x000000' - red: '0xff6c6b' - green: '0x98be65' - yellow: '0xda8548' - blue: '0x51afef' - magenta: '0xc678dd' - cyan: '0x5699af' - white: '0x202328' - - # Bright colors - bright: - # black: '0x5b6268' - black: '0x000000' - red: '0xda8548' - green: '0x4db5bd' - yellow: '0xecbe7b' - blue: '0x3071db' # This is 2257a0 in Doom Emacs but I lightened it. - magenta: '0xa9a1e1' - cyan: '0x46d9ff' - white: '0xdfdfdf' -- cgit v1.2.3