Should something like this work?
I’m working on a theme that has 3 different dark mode options, and a single, shared light mode. I don’t want to create a theme for each that contains light and dark1, light and dark2, light and dark3, because if I need to update anything in light, it needs copying across three themes, whereas if I can create darkx.yaml which has an !include light.yaml, light only needs updating in its own separate file.
I’ve been having issues, typically getting 'expected a dictionary for dictionary value ‘frontend->themes->Develop->modes->light’, but before I continue much further, I wanted to check if this is expected behaviour (i.e. not possible), or if I do just need to format it differently.