summaryrefslogtreecommitdiffstats
path: root/scene/theme/default_theme_builders.py
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-14/+5
|
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-18/+15
|
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
| | | | • Ensure utf-8 encoding if previously unspecified
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+3
| | | | | | | | | | | | | 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.
* Move default theme files to scene/themeYuri Sizov2023-08-281-0/+40
This also puts the default theme icons into their own folder.