aboutsummaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/doom-one-dark.yml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 17:02:30 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 17:02:30 +0530
commitd7e748764e5c3a9000d6c89c392c230265d5f267 (patch)
tree1fea2f9e0ec16b52d7f9e91fba8a2f9438fb4e61 /.config/alacritty/themes/doom-one-dark.yml
parent2de2569126664936d006e0f711a4ad8c2ca6f706 (diff)
removed unnecessary themes, modified mocha a bit
Diffstat (limited to '.config/alacritty/themes/doom-one-dark.yml')
-rw-r--r--.config/alacritty/themes/doom-one-dark.yml32
1 files changed, 0 insertions, 32 deletions
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'