jeffwilcox / wp-thememanager

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

Theme manager doesn't respect Systray color settings #19

Open anderZubi opened 10 years ago

anderZubi commented 10 years ago

I'm using custom colors for Systray in my app:

`

</Application.Resources>`

I'm using Theme Manager to force dark theme in white themed device.

However, in this case it doesn't respect my settings and draws a black Systray with white foreground.

frostieDE commented 9 years ago

You can set ThemeManager.OverrideOptions to ThemeManagerOverrideOptions.None but then your ApplicationBar does not get changed. Maybe we should add another option ApplicationBars. What do you think @jeffwilcox ?