I know that the MahApps metro theme comes with \"themes\" (colour sets), but I don\'t know how to change them from the default settings in my WPF application.
I have fol
If you want to change the default colour scheme, just change which colour resource file is loaded.
from Blue:
to Red:
You can also change programatically (once you've loaded every colour resource file) using ThemeManager.ChangeTheme().