We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1333570 commit 6b576a7Copy full SHA for 6b576a7
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/master/editor/themes/editor_color_map.cpp>`__.
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