ZUIBrush.Dark.xaml 475 B

12345678
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <ResourceDictionary.MergedDictionaries>
  4. <ResourceDictionary Source="pack://application:,,,/WPF.UI;component/Resources/Colors/ZUIColor.Dark.xaml" />
  5. </ResourceDictionary.MergedDictionaries>
  6. <SolidColorBrush x:Key="PrimaryLightBrush" Color="{StaticResource Primary}" />
  7. </ResourceDictionary>