You are on page 1of 1

Changing The MahApps Metro Theme If you want to change the default colour scheme, just change which

colour resour ce files is loaded. from Blue: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Blue.xaml" /> to Red: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Red.xaml" /> You can also change programatically (once you've loaded every colour resource fi le) using ThemeManager.ChangeTheme().

You might also like