config/state: add config.runtime.colors, fill in main.py

This commit is contained in:
InsanePrawn 2023-01-04 00:46:03 +01:00
parent acf3136f99
commit 578a6ce3e5
4 changed files with 4 additions and 1 deletions

View file

@ -62,6 +62,7 @@ CONFIG_RUNTIME_DEFAULTS: RuntimeConfiguration = RuntimeConfiguration.fromDict({
'arch': None,
'uid': None,
'progress_bars': None,
'colors': None,
})