I have a resource dictionary that contains definitions of standard colours that my application uses. At the moment these are hard coded into my resource dictionary. I would like to get these colours from a settings file to enable the user to select their own colours. so my question is, how can I update and modify a resource dictionary through code?
I am using WPF, C#, Visual Studio 2012 and a healthy dose of tea.