add folder colors

This commit is contained in:
Lera Elvoé 2024-07-01 22:02:27 +03:00
parent d4d17be574
commit 83f6fa1fae
No known key found for this signature in database

View file

@ -23,6 +23,16 @@ config/icon="res://dist/logo-flattened.svg"
enabled=PackedStringArray("res://addons/no-obs-ws/plugin.cfg", "res://addons/no_twitch/plugin.cfg") enabled=PackedStringArray("res://addons/no-obs-ws/plugin.cfg", "res://addons/no_twitch/plugin.cfg")
[file_customization]
folder_colors={
"res://classes/": "red",
"res://classes/deck/": "yellow",
"res://classes/deck/nodes/": "green",
"res://dist/": "gray",
"res://graph_node_renderer/": "teal"
}
[gui] [gui]
theme/custom="res://graph_node_renderer/default_theme.tres" theme/custom="res://graph_node_renderer/default_theme.tres"