summaryrefslogtreecommitdiffstats
path: root/editor/themes/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-1/+1
|
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-1/+1
|
* Reorganize code related to editor themingYuri Sizov2024-01-161-0/+22
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.