I want to know why we have to specify the theme for each module we use in teh settings for each module?
For instance, on the homepage of my site, I have a minicart module, and a featured products module. I set the mini cart modules theme to black, but the featured products theme was set to orange by default, and as a result the mini cart took on the orange theme as well ... why? Well ... it appears the themes use common classes ... which won't work if you understand the cascading nature of CSS (explaining my situation above where the minicart showed the orange theme instead of the black theme).
Seeing as the above seems to be true, why can we not specify the theme once (like in general cart settings) ? This would make life so much easier and less confusing ...