mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 15:25:58 +01:00
config: adjust default background color
This commit is contained in:
parent
36052abd33
commit
ab73183cb2
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +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["misc:background_color"].intValue = 0xff111111;
|
||||
|
||||
configValues["debug:int"].intValue = 0;
|
||||
configValues["debug:log_damage"].intValue = 0;
|
||||
|
|
Loading…
Reference in a new issue