public Settings(Proflie profile) { InitializeComponent(); this.profile = profile; var materialSkinManagers = MaterialSkinManager.Instance; materialSkinManagers.AddFormToManage(this); materialSkinManagers.Theme = MaterialSkinManager.Themes.LIGHT; materialSkinManagers.ColorScheme = new ColorScheme(Primary.Orange800, Primary.Orange900, Primary.BlueGrey500, Accent.LightBlue200, TextShade.WHITE); }