diff options
author | vaxerski <[email protected]> | 2023-08-08 18:04:46 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-08-08 18:04:46 +0200 |
commit | ab73183cb28ff3fd960e5bdd770486069929c840 (patch) | |
tree | 4fb45142b864bb94b1399b269882cf352d571156 | |
parent | 36052abd33b7f37054e0703eb4277a3b9eaa2472 (diff) | |
download | Hyprland-ab73183cb28ff3fd960e5bdd770486069929c840.tar.gz Hyprland-ab73183cb28ff3fd960e5bdd770486069929c840.zip |
config: adjust default background color
-rw-r--r-- | src/config/ConfigManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index 5590be21..5182942d 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -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; |