Radicle and multiple themes

Hi there,

I am wondering if anyone is using Radicle with multiple themes already?
There is a config/theme.php file with settings but how would you deal with another theme that has different settings and even different post types?

Would you be using an off-the-shelf theme or would it be something you’re creating from scratch?

You could extend the service providers (themes, assets, post types) to handle multiple themes

In our case it would be a theme we are creating from scratch. Depending on how the design differs we might use a child theme or create a completely new one.

Just figuring out how to best setup our projects. I liked having some settings on a per theme basis when they only belong to a single theme. but I guess creating another service provider could work. Thanks!