Skip to content

Recursively load themes

Guido Gunther requested to merge uncrustify into main

Themes (other than the default theme) can specify a parent-name in the json file. This theme will be used as a base for the theme. Events and profiles of the children override those in the parents.

For this we move the lookup code into it's separate class and also add tests.

Closes: #38

Merge request reports