Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WinRT & Light Theme

How can I set my XAML Metro application to use the light theme (as shown in VS 11 Beta Platform Dock) It defaults to the dark theme which I don't like

Thanks

like image 685
Yiannis Alexopoulos Avatar asked Mar 27 '12 19:03

Yiannis Alexopoulos


2 Answers

You can set the theme in app.xaml like this:

<Application
    ..
    RequestedTheme="Light">
like image 171
Richard Garside Avatar answered Sep 27 '22 00:09

Richard Garside


This link can be helpful if you haven't check this yet.

like image 26
louis.luo Avatar answered Sep 25 '22 00:09

louis.luo