[+] Recommended color alignments

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-06-19 22:37:27 -04:00
parent 59f5fd5651
commit d11796ef02
9 changed files with 132 additions and 48 deletions

View file

@ -35,6 +35,7 @@ class GlobalConfig:
color_mode: str
override_distro: str | None
debug: bool
is_light: bool
GLOBAL_CFG = GlobalConfig(color_mode='8bit', override_distro=None, debug=False)
GLOBAL_CFG = GlobalConfig(color_mode='8bit', override_distro=None, debug=False, is_light=False)