summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2023-12-30 17:17:33 +0000
committerAdam Stück <adam@adast.dk>2023-12-30 17:17:33 +0000
commit8d2c8e0d2027017ee02b2232c2f1f394fed13c8e (patch)
tree25a6b7a7cb0ba9fe9ef24ecec4e47fe211b1e70b
parentb9abd38b1005cc064a68e742b31e48c19b11bd1d (diff)
alacritty: update one dark theme
-rw-r--r--.config/alacritty/themes/one_dark.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty/themes/one_dark.toml b/.config/alacritty/themes/one_dark.toml
index ad576f3..10ebc13 100644
--- a/.config/alacritty/themes/one_dark.toml
+++ b/.config/alacritty/themes/one_dark.toml
@@ -7,7 +7,7 @@ foreground = '#abb2bf'
# Normal colors
[colors.normal]
-black = '#1e2127'
+black = '#5c6370'
red = '#e06c75'
green = '#98c379'
yellow = '#d19a66'