Mercurial > silverbladetech
comparison 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 |
comparison
equal
deleted
inserted
replaced
14:741981715d94 | 15:060f02cd4591 |
---|---|
1 <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
2 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | |
3 <!--ACCENT COLORS--> | |
4 <Color x:Key="HighlightDarkColor">#FFbe0606</Color> | |
5 <Color x:Key="HighlightLightColor">#FFbe0606</Color> | |
6 | |
7 <Color x:Key="AccentDarkColor">#FFbe0606</Color> | |
8 | |
9 <!--80%--> | |
10 <Color x:Key="AccentColor">#CCbe0606</Color> | |
11 <!--60%--> | |
12 <Color x:Key="AccentColor2">#99ff3333</Color> | |
13 <!--40%--> | |
14 <Color x:Key="AccentColor3">#66ff3333</Color> | |
15 <!--20%--> | |
16 <Color x:Key="AccentColor4">#33ff3333</Color> | |
17 | |
18 <LinearGradientBrush x:Key="BrandingBrush" | |
19 EndPoint="0,0.5" | |
20 StartPoint="1,0.5"> | |
21 <GradientStop Color="{DynamicResource HighlightDarkColor}" | |
22 Offset="0" /> | |
23 <GradientStop Color="Blue" | |
24 Offset="1" /> | |
25 </LinearGradientBrush> | |
26 | |
27 <SolidColorBrush x:Key="AccentColorBrush" | |
28 Color="{DynamicResource AccentColor}" /> | |
29 </ResourceDictionary> |