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