jeffwilcox / wp-thememanager

Windows Phone ThemeManager allows for easy overriding of the Dark or Light themes
89 stars 26 forks source link

Add an option to override app bar colors only #12

Closed SolalPirelli closed 10 years ago

SolalPirelli commented 11 years ago

Hi. This tool is really useful, but right now it's only possible to override the app bar colors if the system tray colors are overriden too, i.e. there's no ThemeManagerOverrideOptions.ApplicationBars.

This is a bit problematic for apps that want to override the theme and the system tray colors (built-in example: the OneNote app).

Could you please add that option ? Thanks.

(workaround for now: a MatchOverridenTheme call in each page's Loaded event)