﻿<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	
	<SolidColorBrush x:Key="NormalDefaultForeground" Color="#FF204BD1" />
    <SolidColorBrush x:Key="NormalHoverForeground" Color="#FF4576FF" />
    <SolidColorBrush x:Key="NormalPressedForeground" Color="#FF4DA6FF" />
    <SolidColorBrush x:Key="NormalDisabledForeground" Color="#FF999999" />
    <SolidColorBrush x:Key="NormalDefaultIconBrush" Color="#FF3c3c3c" />
    <SolidColorBrush x:Key="NormalHoverIconBrush" Color="#FF4576FF" />
    <SolidColorBrush x:Key="NormalPressedIconBrush" Color="#FF4DA6FF" />
    <SolidColorBrush x:Key="NormalDisabledIconBrush" Color="#FF999999" />
	<SolidColorBrush x:Key="IpmGreenBackground">#FF4576FF</SolidColorBrush>
</ResourceDictionary>