background: add background color option (#2915)

Co-authored-by: 0x455241 <>
This commit is contained in:
0x455241
2023-08-08 16:00:11 +00:00
committed by GitHub
parent c748f36939
commit b3393c429f
2 changed files with 3 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ void CConfigManager::setDefaultVars() {
configValues["misc:groupbar_titles_font_size"].intValue = 8;
configValues["misc:groupbar_gradients"].intValue = 1;
configValues["misc:groupbar_text_color"].intValue = 0xffffffff;
configValues["misc:background_color"].intValue = 0x111111;
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;