Hi there, glad you like the theme! I’ve just defined an alternate sass file - the dynamic part of it is strictly speaking out of scope of the theme itself.
That being said, and I’m by no means an expert here, it looks like the only option to dynamically switch themes is to wrap each page template around css class names, which you then toggle, like here. I don’t want to enforce every component requiring a custom style name - that makes it laborious - and would like to explore an easier way.
I suppose there might be a better way if we dynamically switch the generated CSS (from the SASS files) during run-time in some sort of global scope. Do you have any ideas around this?