From b0538ab25d3e4bacd78aab356fe2c8f434b96730 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 30 Dec 2020 14:21:45 +0100 Subject: [PATCH] Changed: Default theme now has a black background --- bpytop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpytop.py b/bpytop.py index 73d974f..ca514bf 100755 --- a/bpytop.py +++ b/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",