diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-27 22:02:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-27 22:02:25 +0530 |
commit | a1c5e2a8b6df8967ed32b270edbc96782bf56bef (patch) | |
tree | dacd856b3abd565f119185ce7ed94e6c06338f32 /.config/alacritty/themes/dracula.yml | |
parent | e8b2adf54d8abad1a4d3a67c6af5796199fb53dc (diff) |
pushing custom nextcloud css
Diffstat (limited to '.config/alacritty/themes/dracula.yml')
-rw-r--r-- | .config/alacritty/themes/dracula.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/alacritty/themes/dracula.yml b/.config/alacritty/themes/dracula.yml index da2916d..7d9158b 100644 --- a/.config/alacritty/themes/dracula.yml +++ b/.config/alacritty/themes/dracula.yml @@ -1,7 +1,7 @@ colors: primary: # background: '0x282a36' - background: '0x000000' + background: '0x100b13' foreground: '0xf8f8f2' cursor: text: CellBackground @@ -26,7 +26,7 @@ colors: text: CellForeground background: '0x44475a' normal: - black: '0x000000' + black: '0x0e0a10' red: '0xff5555' green: '0x50fa7b' yellow: '0xf1fa8c' |