Create base and child themes?

Hi everybody! Is there a way to build a structure to have something like child themes (thats how its called in drupal)? Means, there is a base theme and one or more child themes inerhits everything except things that will be overwritten? Would be a cool feature I need for something like a multisite setup.

If you create your theme in a plugin, you can overwrite parts (blueprints, snippets, templates, controllers, models) inside the site folder. So each multisite could have its own site folder, where you keep the stuff that should be overwritten.

1 Like

Thank you @texnixe! That sounds like an idea. Any cookbook reciepe or example in the wild where somebody uses a plugin for frontend theming? :slight_smile: