[ui] feature: themes

This commit is contained in:
Vinicius Moreira
2020-11-27 15:52:57 -03:00
parent 813c812030
commit 60228eec97
176 changed files with 11941 additions and 2985 deletions

View File

@@ -37,10 +37,12 @@ def read_config(update_file: bool = False) -> dict:
'default_icon': None,
'updates_icon': None
},
'style': None,
'qt_style': 'fusion',
'hdpi': True,
"auto_scale": False,
"scale_factor": 1.0
"scale_factor": 1.0,
'theme': 'light',
'system_theme': False
},
'download': {