﻿<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="ForegroundPressed">#FF4DA6FF</SolidColorBrush>
<SolidColorBrush x:Key="IconForegroundPressed">#FF4DA6FF</SolidColorBrush>
<SolidColorBrush x:Key="ForegroundHover">#FF4576FF</SolidColorBrush>
<SolidColorBrush x:Key="IconForegroundHover">#FF4576FF</SolidColorBrush>
<SolidColorBrush x:Key="IconForegroundNormal">#FF204BD1</SolidColorBrush>
 <SolidColorBrush x:Key="ForegroundNormal">#FF204BD1</SolidColorBrush>
 <SolidColorBrush x:Key="FocusVisualBrush">#FF4DA6FF</SolidColorBrush>
</ResourceDictionary>