I am creating a windows 8 application in which I want to change foreground of live tile. I Have found a set of templates but didn't find any way to change live tile's text color.
I have written following template code in my application.
<tile>
<visual>
<binding template=""TileWidePeekImage01"">
<image id=""1"" src=""{0}"" alt=""alt text""/>
<text id=""1"">ActySystem</text>
<text id=""2"">{1} Updated: {2} {3}</text>
</binding>
</visual>
</tile>
Please Help me!