Skip to content

Commit bddda22

Browse files
Kuraiouskyace65
andauthored
fix: unpin specific lines and branch so this won't break in the future.
Co-authored-by: Matthew <[email protected]>
1 parent c89f991 commit bddda22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/editor/creating_icons.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Color conversion for light editor themes
3838

3939
If the user has configured their editor to use a light theme, Godot will
4040
convert the icon's colors based on a
41-
`set of predefined color mappings <https://github.com/godotengine/godot/blob/4.4-stable/editor/themes/editor_color_map.cpp#L48-L156>`__.
41+
`set of predefined color mappings <https://github.com/godotengine/godot/blob/master/editor/themes/editor_color_map.cpp>`__.
4242
This is to ensure the icon always displays with a sufficient contrast rate.
4343
Try to restrict your icon's color palette to colors found in the list above.
4444
Otherwise, your icon may become difficult to read on a light background.

0 commit comments

Comments
 (0)