diff options
author | Adam Stück <adam@adast.dk> | 2023-12-30 17:17:33 +0000 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-12-30 17:17:33 +0000 |
commit | 8d2c8e0d2027017ee02b2232c2f1f394fed13c8e (patch) | |
tree | 25a6b7a7cb0ba9fe9ef24ecec4e47fe211b1e70b | |
parent | b9abd38b1005cc064a68e742b31e48c19b11bd1d (diff) |
alacritty: update one dark theme
-rw-r--r-- | .config/alacritty/themes/one_dark.toml | 2 |
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' |