1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00
Files
godot/editor/icons
Abhinav Chennubhotla 8acc25578e Fix code folding icon color not matching defined color
Cherrypick of #58457 in master

Caused by reusing icons from the main editor in the code editor. These
icons were converted based on the main editor theme and not the code
editor theme.

    - Create new icons for use specifically in the code editor
    - Add these icons to the exceptions when converting dark theme icons
    to light theme automatically
    - Change the default value of the code folding color to match previous
    color
    - Code folding icon is now pure white by default to correctly match
    the color defined in settings
2022-09-06 21:50:33 +05:30
..
2021-07-14 11:43:23 +01:00
2021-10-05 13:29:59 +02:00
2021-07-14 11:43:23 +01:00
2021-07-14 11:43:23 +01:00
2022-08-07 12:42:24 +02:00

Editor icons

This folder contains all the icons used by Godot editor (except for platform icons which are located in their respective platform folder).

See Editor icons in the documentation for details on creating icons for the Godot editor.