I would like to define a theme for my Windows Phone 7 application, to be applied at application launch regardless of the system theme set by the "Settings" phone menu. How can this be done?
I see on MSDN that Fill="{StaticResource PhoneAccentBrush}" allows the control using that brush to respond to system-wide theme changes. How can I do the same thing: to allow the control to get its brush, not from the system settings, but from my application settings?
And where should I put those settings, in order to have one style settings file that I can access from anywhere in my application?