-
-
Notifications
You must be signed in to change notification settings - Fork 23.7k
Fix icon colors in light color preset of modern theme #112277
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
Merged
Merged
+49
−45
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
dd9f3c7 to
b19f230
Compare
Contributor
Author
Member
b19f230 to
3b13bb1
Compare
Contributor
Author
Comments about those needing special styling were copied from the classic theme but not the actual code. Fixed. Also checked the bottom panel indicators to make sure they have it. Those do have it so no changes are needed there: godot/editor/themes/theme_modern.cpp Lines 1639 to 1644 in 0870525
|
YeldhamDev
approved these changes
Nov 1, 2025
Member
|
Thanks! |
passivestar
added a commit
to passivestar/godot-minimal-theme
that referenced
this pull request
Nov 7, 2025
Backport of godotengine/godot#112277, closes #57
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Fixes broken icons in the light mode of the new theme
Closes #112254, supersedes #112265, cc @YeldhamDev