aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/themes/dracula.yml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-03-22 18:29:06 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-03-22 18:29:06 +0530
commit71803f75116a63aed35ff3175fe86bb254e38d97 (patch)
tree2f6c0be6a01c93d74e8bc825711664581bf4dd05 /.config/alacritty/themes/dracula.yml
parent206f12417109bbf1508eab4593fea3fb9fb35ad9 (diff)
removed old qwerty keybindings, cleaned up code
Diffstat (limited to '.config/alacritty/themes/dracula.yml')
-rw-r--r--.config/alacritty/themes/dracula.yml56
1 files changed, 0 insertions, 56 deletions
diff --git a/.config/alacritty/themes/dracula.yml b/.config/alacritty/themes/dracula.yml
deleted file mode 100644
index f17f5fa..0000000
--- a/.config/alacritty/themes/dracula.yml
+++ /dev/null
@@ -1,56 +0,0 @@
-colors:
- primary:
- # background: '0x282a36'
- #background: '0x100b13'
- background: '0x0e0911'
- # background: '0x1D1F21'
- foreground: '0xf8f8f2'
- cursor:
- text: CellBackground
- cursor: CellForeground
- vi_mode_cursor:
- text: CellBackground
- cursor: CellForeground
- search:
- matches:
- foreground: '0x44475a'
- background: '0x50fa7b'
- focused_match:
- foreground: '0x44475a'
- background: '0xffb86c'
- bar:
- background: '0x282a36'
- foreground: '0xf8f8f2'
- line_indicator:
- foreground: None
- background: None
- selection:
- text: CellForeground
- background: '0x44475a'
- normal:
- black: '0x0e0a10'
- red: '0xff5555'
- green: '0x50fa7b'
- yellow: '0xf1fa8c'
- blue: '0xbd93f9'
- magenta: '0xff79c6'
- cyan: '0x8be9fd'
- white: '0xbfbfbf'
- bright:
- black: '0x4d4d4d'
- red: '0xff6e67'
- green: '0x5af78e'
- yellow: '0xf4f99d'
- blue: '0xcaa9fa'
- magenta: '0xff92d0'
- cyan: '0x9aedfe'
- white: '0xe6e6e6'
- dim:
- black: '0x14151b'
- red: '0xff2222'
- green: '0x1ef956'
- yellow: '0xebf85b'
- blue: '0x4d5b86'
- magenta: '0xff46b0'
- cyan: '0x59dffc'
- white: '0xe6e6d1'