- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:LoginForm">
- <Color x:Key="Background1">#FFE3F1F1</Color>
- <SolidColorBrush x:Key="Background1Brush" Color="{StaticResource Background1}"></SolidColorBrush>
- <Color x:Key="Background2">#FF6D8383</Color>
- <SolidColorBrush x:Key="Background2Brush" Color="{StaticResource Background2}"></SolidColorBrush>
- <Color x:Key="ForegroundMain">#FF0E4280</Color>
- <SolidColorBrush x:Key="ForegroundMainBrush" Color="{StaticResource ForegroundMain}"></SolidColorBrush>
- <Color x:Key="Foreground1">#FFF02511</Color>
- <SolidColorBrush x:Key="Foreground1Brush" Color="{StaticResource Foreground1}"></SolidColorBrush>
- <Color x:Key="Foreground2">#FF0E4280</Color>
- <SolidColorBrush x:Key="Foreground4Brush" Color="{StaticResource Foreground2}"></SolidColorBrush>
- </ResourceDictionary>