mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 23:00: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:
@@ -45,7 +45,7 @@ namespace overlay {
|
||||
ImVec2 init_size = ImVec2(0, 0);
|
||||
ImVec2 size_min = ImVec2(0, 0);
|
||||
ImVec2 size_max = ImVec2(-1, -1);
|
||||
float bg_alpha = 0.8f;
|
||||
float bg_alpha = 0.96f;
|
||||
|
||||
Window(SpiceOverlay *overlay);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user