This paste brought to you by Pastebin. View Raw

  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2.                     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3.                     xmlns:local="clr-namespace:LoginForm">
  4.  
  5.     <Color x:Key="Background1">#FFE3F1F1</Color>
  6.     <SolidColorBrush x:Key="Background1Brush" Color="{StaticResource Background1}"></SolidColorBrush>
  7.  
  8.     <Color x:Key="Background2">#FF6D8383</Color>
  9.     <SolidColorBrush x:Key="Background2Brush" Color="{StaticResource Background2}"></SolidColorBrush>
  10.  
  11.     <Color x:Key="ForegroundMain">#FF0E4280</Color>
  12.     <SolidColorBrush x:Key="ForegroundMainBrush" Color="{StaticResource ForegroundMain}"></SolidColorBrush>
  13.  
  14.     <Color x:Key="Foreground1">#FFF02511</Color>
  15.     <SolidColorBrush x:Key="Foreground1Brush" Color="{StaticResource Foreground1}"></SolidColorBrush>
  16.  
  17.     <Color x:Key="Foreground2">#FF0E4280</Color>
  18.     <SolidColorBrush x:Key="Foreground4Brush" Color="{StaticResource Foreground2}"></SolidColorBrush>
  19.  
  20. </ResourceDictionary>