LightMode.xaml 470 B

1234567
  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="color.bg.mainpage">#CECECE</SolidColorBrush>
  4. <SolidColorBrush x:Key="btn.bg.bota">#EFEFEF</SolidColorBrush>
  5. <SolidColorBrush x:Key="btn.logo.bota">#273C62</SolidColorBrush>
  6. <SolidColorBrush x:Key="color.border.normal">#BBBBBB</SolidColorBrush>
  7. </ResourceDictionary>