This is the ported Version of MaterialSkin from https://github.com/IgnaceMaes/MaterialSkin to support dotnet core. To add it to your form extend it with MaterialThemeForm and add public Form1() { InitializeComponent(); var materialTheme = MaterialTheme.Instance; materialTheme.AddFormToManage(this); materialTheme.Theme = MaterialTheme.Themes.LIGHT; materialTheme.MaterialColor = new MaterialColor(Primary.BlueGrey800, Primary.BlueGrey900, Primary.BlueGrey500, Accent.LightBlue200, TextShade.WHITE); }
$ dotnet add package MaterialThemeCoreNo README available.