script-ide
script-ide copied to clipboard
Editor Script Icon Color
When you have an @tool script in godot, these normally show up as a blue gear icon in the script side-window instead of a white gear icon (see example image), it would be nice if script-ide followed the same convention.
It looks like this is not possible at the moment. The coloring is done by using the set_item_icon_modulate function on ItemList, which is not implemented for TabContainer / TabBar it seems.