We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b174c6 commit 1c788b9Copy full SHA for 1c788b9
contributing/development/editor/creating_icons.rst
@@ -38,7 +38,7 @@ Color conversion for light editor themes
38
39
If the user has configured their editor to use a light theme, Godot will
40
convert the icon's colors based on a
41
-`set of predefined color mappings <https://github.com/godotengine/godot/blob/4.0.2-stable/editor/editor_themes.cpp#L60-L160>`__.
+`set of predefined color mappings <https://github.com/godotengine/godot/blob/4.4/editor/themes/editor_color_map.cpp#L48-L156>`__.
42
This is to ensure the icon always displays with a sufficient contrast rate.
43
Try to restrict your icon's color palette to colors found in the list above.
44
Otherwise, your icon may become difficult to read on a light background.
0 commit comments