aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/themes
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes')
-rw-r--r--.config/alacritty/themes/doom-one-dark.yml9
-rw-r--r--.config/alacritty/themes/dracula.yml3
2 files changed, 8 insertions, 4 deletions
diff --git a/.config/alacritty/themes/doom-one-dark.yml b/.config/alacritty/themes/doom-one-dark.yml
index a9594c3..54bda64 100644
--- a/.config/alacritty/themes/doom-one-dark.yml
+++ b/.config/alacritty/themes/doom-one-dark.yml
@@ -3,12 +3,14 @@
colors:
# Default colors
primary:
- background: '0x282c34'
+ # background: '0x282c34'
+ background: '0x000000'
foreground: '0xbbc2cf'
# Normal colors
normal:
- black: '0x1c1f24'
+ # black: '0x1c1f24'
+ black: '0x000000'
red: '0xff6c6b'
green: '0x98be65'
yellow: '0xda8548'
@@ -19,7 +21,8 @@ colors:
# Bright colors
bright:
- black: '0x5b6268'
+ # black: '0x5b6268'
+ black: '0x000000'
red: '0xda8548'
green: '0x4db5bd'
yellow: '0xecbe7b'
diff --git a/.config/alacritty/themes/dracula.yml b/.config/alacritty/themes/dracula.yml
index e128f82..da2916d 100644
--- a/.config/alacritty/themes/dracula.yml
+++ b/.config/alacritty/themes/dracula.yml
@@ -1,6 +1,7 @@
colors:
primary:
- background: '0x282a36'
+ # background: '0x282a36'
+ background: '0x000000'
foreground: '0xf8f8f2'
cursor:
text: CellBackground