otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
183 stars 51 forks source link

Change Overlay Frame Color (popup window border) #210

Open ghost opened 3 weeks ago

ghost commented 3 weeks ago

In Overlay, we can change the color of everything. Except for one thing: The colors of the window frame. It's always the default blue color. I know it's a very small and even unnecessary feature, but it would be nice to have it.

Window Frame

otavepto commented 3 weeks ago

I tried many ImGui style vars and none of them did anything! Something along the lines of

ImGui::PushStyleColor(ImGuiCol_Border, colorSet);
ImGui::PushStyleColor(ImGuiCol_ResizeGrip, colorSet);

but all trials failed, if anyone knows the proper name/var for that setting please post it