in windows phone 8 - we have 2 kind of theme, black and white,
as per this theme, in our app, all control background and all property are changing..
my question is - the app i am developing is theme independent, i want same look and feel in both theme color, whether it is black or white.
what i am trying is set colors for all property - for example, background, foreground, etc
BorderBrush="{StaticResource WhiteSolidColorBrush}" Foreground="{StaticResource WhiteSolidColorBrush}"
it is the same question asked here, but i am not able to apply in windows phone 8.1 sliverlight- Windows phone 8 How to be always on one theme even if phone's theme changed
how it is possible ?
Though I'm not sure what problem you're having with @JeffWilcox theme manager since it looks pretty cool and robust. There's still always the option of overriding those resources explicitly for your app (which is what it looks like his theme manager just gives a much easier way of doing.)
You can find pretty much everything you'll need regarding to this for Windows Phone 8.1 silverlight in the docs and the process of implementing what you appear to need is pretty straight forward.