IgnaceMaes / MaterialSkin

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

Custom back color for theme #105

Closed own2pwn closed 7 years ago

own2pwn commented 8 years ago

Is there any way to change back color?

SaitDev commented 8 years ago

Yes.

using MaterialSkin; .... materialSkinManager = MaterialSkinManager.Instance; materialSkinManager.ColorScheme = new ColorScheme(Primary.Blue400, Primary.LightBlue800, Primary.BlueGrey400,Accent.LightBlue400, TextShade.WHITE);

Color list can be found here