﻿<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:presentationOptions="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <SolidColorBrush x:Key="Background" presentationOptions:Freeze="True">#1a666666</SolidColorBrush>
  <SolidColorBrush x:Key="Foreground" presentationOptions:Freeze="True">#ff999999</SolidColorBrush>
  <LinearGradientBrush x:Key="GlowColor" StartPoint="0,0" EndPoint="1,0">
    <GradientStop presentationOptions:Freeze="True" Color="#004576FF" Offset="0" />
    <GradientStop presentationOptions:Freeze="True" Color="#944576FF" Offset="0.5" />
    <GradientStop presentationOptions:Freeze="True" Color="#004576FF" Offset="1" />
    <LinearGradientBrush.Transform>
      <MatrixTransform presentationOptions:Freeze="True">
        <MatrixTransform.Matrix>
          <Matrix M11="1" M12="0" OffsetX="0" M21="0" M22="0.3" OffsetY="0.35" />
        </MatrixTransform.Matrix>
      </MatrixTransform>
    </LinearGradientBrush.Transform>
  </LinearGradientBrush>
  <SolidColorBrush x:Key="IndicatorColor" presentationOptions:Freeze="True">#ff204BD1</SolidColorBrush>
  <SolidColorBrush x:Key="IndicatorColorDisabled" presentationOptions:Freeze="True">#ffcccccc</SolidColorBrush>
</ResourceDictionary>