IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.86k stars 831 forks source link

Different Theme Across Forms #47

Closed tytanmcbride closed 8 years ago

tytanmcbride commented 9 years ago

Is there no way to have a different theme across different forms/windows?

IgnaceMaes commented 9 years ago

No, this isn't possible.

I've made the SkinManager a singleton because I found it logical you'd use the same look and feeling in your whole application. Do you have a specific need for this?

tytanmcbride commented 9 years ago

I see what you were going for, I ended up finding something that works, just needed to fine-tune the colours I guess to my liking! By the way, love what you've done with this!