diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-13 00:10:42 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-13 00:10:42 +0530 |
commit | 585150d98982240de738954af8f85859b5631372 (patch) | |
tree | a8e47ee0c3f77e48507cf28bcccc32dcf7b89454 /.config/alacritty/themes | |
parent | 34694958c83c6cb1b363153ad6b09551fa0f9ee2 (diff) |
did stuff I forgot
Diffstat (limited to '.config/alacritty/themes')
-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..8d11464 100644 --- a/.config/alacritty/themes/dracula.yml +++ b/.config/alacritty/themes/dracula.yml @@ -1,7 +1,7 @@ colors: primary: - # background: '0x282a36' - background: '0x000000' + background: '0x282a36' + # background: '0x000000' foreground: '0xf8f8f2' cursor: text: CellBackground |