mirror of https://github.com/aristocratos/bpytop
fix(themes): bg color
parent
d57ee5a85a
commit
827fa4028d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue