Browse Source

Changed: Default theme now has a black background

pull/227/head
aristocratos 4 years ago
parent
commit
b0538ab25d
  1. 2
      bpytop.py

2
bpytop.py

@ -225,7 +225,7 @@ THREADS: int = psutil.cpu_count(logical=True) or 1
THREAD_ERROR: int = 0
DEFAULT_THEME: Dict[str, str] = {
"main_bg" : "",
"main_bg" : "#00",
"main_fg" : "#cc",
"title" : "#ee",
"hi_fg" : "#969696",

Loading…
Cancel
Save