fix(themes): bg color

pull/335/head
Gabb-c 2021-08-11 00:44:41 -03:00
parent d57ee5a85a
commit 827fa4028d
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Color palette - https://draculatheme.com/contribute
# Main background, empty for terminal default, need to be empty if you want transparent background (default #282a36)
theme[main_bg]=""
theme[main_bg]="#282a36"
# Main text color
theme[main_fg]="#50fa7b"