Changed: Default theme now has a black background

pull/227/head
aristocratos 2020-12-30 14:21:45 +01:00
parent 8b37ec5a0d
commit b0538ab25d
1 changed files with 1 additions and 1 deletions

View File

@ -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",