App.xaml 427 B

123456789101112
  1. <Application
  2. x:Class="Maple_App.App"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:local="using:Maple_App"
  6. RequestedTheme="Light">
  7. <Application.Resources>
  8. <ResourceDictionary>
  9. <Color x:Key="SystemAccentColor">#2ebe5a</Color>
  10. </ResourceDictionary>
  11. </Application.Resources>
  12. </Application>