For a school assignement I'm doing some basic research on how Windows 8 Store App Development works. I followed the Hello World tutorial provided by Microsoft. The main themes you can use for the app are Light and Dark (and if I'm correct there's a third one High Contrast or something?), these are defined by MS.
My question is, how can I create my own theme? I'd like to have a basic App Theme with the two main colours defined by me. I think this would be possible, but I haven't found any way of doing it. Looked here on stackoverflow, but didn't find anything helpful (most mention files and such not present in the simple Hello World app).
In short: is it possible to create a theme for you Windows 8 app (mainly choosing the foreground and background colours), comparable to the standard provided Dark and Light themes?