mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
overlay: tweak imgui colors (#359)
## Link to GitHub Issue, if one exists n/a ## Description of change Change the dark brown colors used in widget backgrounds to dark gray. Decrease the in-game overlay transparency (more opaque): 80% -> 96%. ## Testing Tested cfg and in-game overlay.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace overlay::windows {
|
||||
| ImGuiWindowFlags_NoNavFocus
|
||||
| ImGuiWindowFlags_NoNavInputs
|
||||
| ImGuiWindowFlags_NoDocking;
|
||||
this->bg_alpha = 0.4f;
|
||||
this->bg_alpha = 0.5f;
|
||||
this->start_time = std::chrono::system_clock::now();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user