I have a Windows Phone 8 application that displays some HTML (from an RSS / Atom feed) in a WebBrowser . To make this HTML look more native, I run it through a simple mobilizer that makes layout, font, images, etc. More natural by rewriting the HTML structure and setting some CSS.
It works great. However, I would like to make sure that the CSS created by the mobilizer applies colors from the user's current theme to the background, text, links, etc. Although I can apply colors to themes in a XAML document, I have not found a way to get these colors from C #. Is it possible? If so, how?
source share