IgnaceMaes / MaterialSkin

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

ColorScheme's darkPrimary of opacity 100 has white control box buttons #259

Open greatPHPer opened 3 years ago

greatPHPer commented 3 years ago

Hi, I set my color scheme to Grey100 as darkPrimary. SkinManager.ColorScheme= new MaterialSkin.ColorScheme(MaterialSkin.Primary.Purple400, MaterialSkin.Primary.Grey100, MaterialSkin.Primary.Blue500, Accent.Orange700, MaterialSkin.TextShade.BLACK); But the maximise minimize and close buttons are white in color and not visible on grey 100 image Thanks in advance