-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Fix documentation for icon_and_font_color
editor setting
#85491
Fix documentation for icon_and_font_color
editor setting
#85491
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the note above, this change seems to be correct. We consider that the editor has a dark theme if icon_font_color_setting == LIGHT_COLOR
.
removed the line number from the link and changed it to say "the set of rules defined in this file" |
Please squash your commits into one, see here |
9f6e039
to
de59872
Compare
just wanted to make sure: this is all set, right? |
Yep! |
icon_and_font_color
editor settingicon_and_font_color
editor setting
Thanks! And congrats for your first merged Godot contribution 🎉 |
Cherry-picked for 4.2.1. |
the documentation for the
interface/theme/icon_and_font_color
incorrectly states that the "dark" option makes the icons light, suitable for dark themes, and the "light" option makes the icons dark, suitable for light themes. this pr changes the documentation to say that the "dark" option makes the icons dark, suitable for light themes, and the "light" option makes the icons light, suitable for dark themes