godot/scene/theme
Yuri Sizov 95b27fe8c7 Reorganize code related to editor theming
This change introduces a new EditorThemeManager class
to abstract theme generatio and its subroutines.

Logic related to EditorTheme, EditorColorMap, and editor
icons has been extracted into their respective files with
includes cleaned up.

All related files have been moved to a separate folder to
better scope them in the project. This includes relevant
generated files as well.
2024-01-16 11:57:45 +01:00
..
icons Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
default_theme.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
default_theme.h Move default theme files to scene/theme 2023-08-28 00:23:38 +02:00
default_theme_builders.py Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
SCsub Move default theme files to scene/theme 2023-08-28 00:23:38 +02:00
theme_db.cpp Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
theme_db.h Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
theme_owner.cpp Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
theme_owner.h Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00