-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push/Pop TweakedTheme - Change theme per window #111
Labels
Comments
Hello, This is actually a good idea. I just added this feature. See f5c6f82 (inside Hello ImGui) And pthom/imgui_bundle@90298ce (inside ImGui Bundle) |
pthom
changed the title
Push/Pop TweakedTheme REQUEST
Push/Pop TweakedTheme - Change theme per window
May 26, 2024
I modified part of the code from imgui demo.cpp.
and
Not all variables are set, some are global to the entire application. For example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Could you implement
ImGuiTheme::Push(ImGuiTweakedTheme ...)
/ImGuiTheme::Pop
methods forImGuiTheme
? I would like to be able to apply a theme to only one window, or to one element or group of elements..The text was updated successfully, but these errors were encountered: