diff MetroWpf/MetroWpf.Xaml/Styles/MetroWpf.Accents.xaml @ 15:060f02cd4591

Initial commit, pre airport work
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 12 Mar 2012 23:05:21 +0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Xaml/Styles/MetroWpf.Accents.xaml	Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,29 @@
+<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
+    <!--ACCENT COLORS-->
+    <Color x:Key="HighlightDarkColor">#FFbe0606</Color>
+    <Color x:Key="HighlightLightColor">#FFbe0606</Color>
+
+    <Color x:Key="AccentDarkColor">#FFbe0606</Color>
+
+    <!--80%-->
+    <Color x:Key="AccentColor">#CCbe0606</Color>
+    <!--60%-->
+    <Color x:Key="AccentColor2">#99ff3333</Color>
+    <!--40%-->
+    <Color x:Key="AccentColor3">#66ff3333</Color>
+    <!--20%-->
+    <Color x:Key="AccentColor4">#33ff3333</Color>
+
+    <LinearGradientBrush x:Key="BrandingBrush"
+                         EndPoint="0,0.5"
+                         StartPoint="1,0.5">
+        <GradientStop Color="{DynamicResource HighlightDarkColor}"
+                      Offset="0" />
+        <GradientStop Color="Blue"
+                      Offset="1" />
+    </LinearGradientBrush>
+
+    <SolidColorBrush x:Key="AccentColorBrush"
+                     Color="{DynamicResource AccentColor}" />
+</ResourceDictionary>