Skip to content

Commit

Permalink
Merge pull request #713 from Manu68350/patch-1
Browse files Browse the repository at this point in the history
Update cfg_Settings.cpp
  • Loading branch information
XorTroll authored Jul 4, 2024
2 parents 658a1ba + 38dbca3 commit 2c5e00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Goldleaf/source/cfg/cfg_Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ namespace cfg {
json["general"]["ignoreHiddenFiles"] = this->ignore_hidden_files;

if(this->has_custom_scheme) {
json["ui"]["background"] = ColorToHex(this->custom_scheme.bg);
json["ui"]["base"] = ColorToHex(this->custom_scheme.base);
json["ui"]["baseFocus"] = ColorToHex(this->custom_scheme.base_focus);
json["ui"]["text"] = ColorToHex(this->custom_scheme.text);
Expand Down

0 comments on commit 2c5e00f

Please sign in to comment.