Files
godot/editor/icons
PhoenixFlame101 dd8cee4b50 Fix code folding icon color not matching defined color
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-07-20 23:05:47 +03:00
..
2021-10-12 16:22:30 +02:00
2021-05-25 10:23:57 +02:00
2020-11-30 16:48:52 +03:00
2022-04-22 12:08:46 +03:00
2021-06-05 09:28:56 -03:00
2021-06-05 09:28:56 -03:00
2021-11-03 13:39:33 +09:00
2022-01-13 23:38:28 +08:00
2021-10-19 11:37:31 -03:00
2022-06-10 14:37:39 +02:00
2022-06-10 14:37:39 +02:00
2022-05-13 08:20:22 +03:00
2021-06-03 18:26:48 +02:00
2022-06-14 14:58:44 +02:00
2022-04-12 19:09:29 +02:00
2021-06-05 09:28:56 -03:00
2021-06-05 09:28:56 -03: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.