- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
- <SolidColorBrush x:Key="DefaultBackground"
- Color="#424242" />
- <SolidColorBrush x:Key="DefaultFore"
- Color="#F0F0F0" />
- <SolidColorBrush x:Key="DefaultNavigationCheckedBackground"
- Color="Transparent" />
- <SolidColorBrush x:Key="DefaultNavigationCheckedFore"
- Color="#50ac52" />
- <SolidColorBrush x:Key="DefaultNavigationUnCheckedBackground"
- Color="Transparent" />
- <SolidColorBrush x:Key="DefaultNavigationUnCheckedFore"
- Color="#424242" />
- </ResourceDictionary>
|