LightTheme.xaml 312 B

12345
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <SolidColorBrush x:Key="BackgroundBrush" Color="LightPink"/>
  4. <SolidColorBrush x:Key="ForegroundBrush" Color="Coral"/>
  5. </ResourceDictionary>