Colors.xaml 400 B

123456
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  2. <SolidColorBrush x:Key="PrimaryColor" Color="#395934" />
  3. <SolidColorBrush x:Key="Black" Color="#000000" />
  4. <SolidColorBrush x:Key="White" Color="#ffffff" />
  5. <SolidColorBrush x:Key="TreeItemSelected" Color="#E0E0E0" />
  6. </ResourceDictionary>