ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.87k stars 304 forks source link

Analogue of this colors from imgui 1.51 in 1.89.1? #368

Closed iocmet closed 1 year ago

iocmet commented 1 year ago

ImGuiCol.ComboBg ImGuiCol.PopupBg ImGuiCol.CloseButton ImGuiCol.CloseButtonHovered ImGuiCol.CloseButtonActive

iocmet commented 1 year ago
mellinoe commented 1 year ago

I can't do much to change how this behaves since this is just a thin wrapper over the native library. I'd suggest you write some small helper functions that push/pop the regular button colors for your specific use case. It won't be quite as easy as setting the colors once, but I believe it should work fine.