Mercurial > silverbladetech
comparison Chronosv2/source/Themes/Metro/Brushes.xaml @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
1 <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
2 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
3 xmlns:PresentationOptions="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"> | |
4 | |
5 <!-- Global Settings--> | |
6 <ResourceDictionary.MergedDictionaries> | |
7 <ResourceDictionary Source="Colors.xaml"/> | |
8 </ResourceDictionary.MergedDictionaries> | |
9 | |
10 <!-- *************BRUSHES START************* --> | |
11 <!--PROJECT TEMPLATE BRUSHES --> | |
12 | |
13 <!-- ACCENT COLOR BRUSHES --> | |
14 <SolidColorBrush x:Key="AccentColorMagentaBrush" Color="{StaticResource AccentColorMagenta}" PresentationOptions:Freeze="True" /> | |
15 <SolidColorBrush x:Key="AccentColorPurpleBrush" Color="{StaticResource AccentColorPurple}" PresentationOptions:Freeze="True" /> | |
16 <SolidColorBrush x:Key="AccentColorTealBrush" Color="{StaticResource AccentColorTeal}" PresentationOptions:Freeze="True" /> | |
17 <SolidColorBrush x:Key="AccentColorLimeBrush" Color="{StaticResource AccentColorLime}" PresentationOptions:Freeze="True" /> | |
18 <SolidColorBrush x:Key="AccentColorBrownBrush" Color="{StaticResource AccentColorBrown}" PresentationOptions:Freeze="True" /> | |
19 <SolidColorBrush x:Key="AccentColorPinkBrush" Color="{StaticResource AccentColorPink}" PresentationOptions:Freeze="True" /> | |
20 <SolidColorBrush x:Key="AccentColorOrangeBrush" Color="{StaticResource AccentColorOrange}" PresentationOptions:Freeze="True" /> | |
21 <SolidColorBrush x:Key="AccentColorBlueBrush" Color="{StaticResource AccentColorBlue}" PresentationOptions:Freeze="True" /> | |
22 <SolidColorBrush x:Key="AccentColorLightBlueBrush" Color="{StaticResource AccentColorLightBlue}" PresentationOptions:Freeze="True" /> | |
23 <SolidColorBrush x:Key="AccentColorRedBrush" Color="{StaticResource AccentColorRed}" PresentationOptions:Freeze="True" /> | |
24 <SolidColorBrush x:Key="AccentColorGreenBrush" Color="{StaticResource AccentColorGreen}" PresentationOptions:Freeze="True" /> | |
25 | |
26 <!-- UNIVERSAL CONTROL BRUSHES --> | |
27 <SolidColorBrush x:Key="ControlBackgroundBrush" Color="{StaticResource WhiteColor}" PresentationOptions:Freeze="True" /> | |
28 <SolidColorBrush x:Key="WhiteBrush" Color="{StaticResource WhiteColor}" PresentationOptions:Freeze="True" /> | |
29 <SolidColorBrush x:Key="BlackBrush" Color="{StaticResource BlackColor}" PresentationOptions:Freeze="True" /> | |
30 <SolidColorBrush x:Key="TextBrush" Color="{StaticResource BlackColor}" PresentationOptions:Freeze="True" /> | |
31 <SolidColorBrush x:Key="LabelTextBrush" Color="{StaticResource BlackColor}" PresentationOptions:Freeze="True" /> | |
32 <SolidColorBrush x:Key="WhiteColorBrush" Color="{StaticResource WhiteColor}" PresentationOptions:Freeze="True" /> | |
33 <SolidColorBrush x:Key="BlackColorBrush" Color="{StaticResource BlackColor}" PresentationOptions:Freeze="True" /> | |
34 | |
35 <SolidColorBrush x:Key="HighlightBrush" Color="{StaticResource AccentColorBlue}" PresentationOptions:Freeze="True" /> | |
36 <SolidColorBrush x:Key="HighlightLightBrush" Color="{StaticResource AccentColorLightBlue}" PresentationOptions:Freeze="True" /> | |
37 <SolidColorBrush x:Key="ControlsDisabledBrush" Color="{StaticResource TransparentLightLightColor}" PresentationOptions:Freeze="True" /> | |
38 <SolidColorBrush x:Key="ReadOnlyBrush" Color="{StaticResource TransparentLightestColor}" PresentationOptions:Freeze="True" /> | |
39 <SolidColorBrush x:Key="DisabledForegroundBrush" Color="#FFAAAAAA" PresentationOptions:Freeze="True" /> | |
40 <SolidColorBrush x:Key="DisabledControlBrush" Color="#FFAAAAAA" PresentationOptions:Freeze="True" /> | |
41 <SolidColorBrush x:Key="DisabledWhiteColorBrush" Color="{StaticResource WhiteColor}" PresentationOptions:Freeze="True" /> | |
42 | |
43 <SolidColorBrush x:Key="TransparentWhiteBrush" Color="{StaticResource TransparentWhiteColor}" PresentationOptions:Freeze="True" /> | |
44 <SolidColorBrush x:Key="TransparentWhiteLightBrush" Color="{StaticResource TransparentWhiteColor}" PresentationOptions:Freeze="True" /> | |
45 <SolidColorBrush x:Key="TransparentLightestBrush" Color="{StaticResource TransparentLightestColor}" PresentationOptions:Freeze="True" /> | |
46 <SolidColorBrush x:Key="TransparentLightLightBrush" Color="{StaticResource TransparentLightLightColor}" PresentationOptions:Freeze="True" /> | |
47 <SolidColorBrush x:Key="TransparentBlackBrush" Color="{StaticResource TransparentBlackColor}" PresentationOptions:Freeze="True" /> | |
48 <SolidColorBrush x:Key="TransparentDarkBrush" Color="{StaticResource TransparentDarkColor}" PresentationOptions:Freeze="True" /> | |
49 <SolidColorBrush x:Key="TransparentDarkDarkDarkBrush" Color="{StaticResource TransparentDarkDarkDarkColor}" PresentationOptions:Freeze="True" /> | |
50 | |
51 <SolidColorBrush x:Key="GrayBrush1" Color="{StaticResource Gray1}" PresentationOptions:Freeze="True" /> | |
52 <SolidColorBrush x:Key="GrayBrush2" Color="{StaticResource Gray2}" PresentationOptions:Freeze="True" /> | |
53 <SolidColorBrush x:Key="GrayBrush3" Color="{StaticResource Gray3}" PresentationOptions:Freeze="True" /> | |
54 <SolidColorBrush x:Key="GrayBrush4" Color="{StaticResource Gray4}" PresentationOptions:Freeze="True" /> | |
55 <SolidColorBrush x:Key="GrayBrush5" Color="{StaticResource Gray5}" PresentationOptions:Freeze="True" /> | |
56 <SolidColorBrush x:Key="GrayBrush6" Color="{StaticResource Gray6}" PresentationOptions:Freeze="True" /> | |
57 <SolidColorBrush x:Key="GrayBrush7" Color="{StaticResource Gray7}" PresentationOptions:Freeze="True" /> | |
58 <SolidColorBrush x:Key="GrayBrush8" Color="{StaticResource Gray8}" PresentationOptions:Freeze="True" /> | |
59 <SolidColorBrush x:Key="GrayBrush9" Color="{StaticResource Gray9}" PresentationOptions:Freeze="True" /> | |
60 <SolidColorBrush x:Key="GrayBrush10" Color="{StaticResource Gray10}" PresentationOptions:Freeze="True" /> | |
61 <SolidColorBrush x:Key="GrayBrush11" Color="{StaticResource Gray11}" PresentationOptions:Freeze="True" /> | |
62 <SolidColorBrush x:Key="GrayBrush12" Color="{StaticResource Gray12}" PresentationOptions:Freeze="True" /> | |
63 <SolidColorBrush x:Key="GrayBrush13" Color="{StaticResource Gray13}" PresentationOptions:Freeze="True" /> | |
64 | |
65 <SolidColorBrush x:Key="TextBoxBorderBrush" Color="{StaticResource Gray1}" PresentationOptions:Freeze="True" /> | |
66 <SolidColorBrush x:Key="ControlBorderBrush" Color="{StaticResource Gray1}" PresentationOptions:Freeze="True" /> | |
67 <SolidColorBrush x:Key="TextBoxMouseOverBorderBrush" Color="{StaticResource AccentColorBlue}" PresentationOptions:Freeze="True" /> | |
68 <SolidColorBrush x:Key="TextBoxMouseOverInnerBorderBrush" Color="{StaticResource AccentColorLightBlue}" PresentationOptions:Freeze="True" /> | |
69 | |
70 <SolidColorBrush x:Key="CheckBoxBrush" Color="{StaticResource Gray2}" PresentationOptions:Freeze="True" /> | |
71 <SolidColorBrush x:Key="CheckBoxMouseOverBrush" Color="{StaticResource Gray3}" PresentationOptions:Freeze="True" /> | |
72 <LinearGradientBrush x:Key="CheckBoxBackgroundBrush" EndPoint="0.5,1" StartPoint="0.5,0" PresentationOptions:Freeze="True" > | |
73 <GradientStop Color="#FFE5E5E5" Offset="0"/> | |
74 <GradientStop Color="{StaticResource WhiteColor}" Offset="1"/> | |
75 </LinearGradientBrush> | |
76 | |
77 <SolidColorBrush x:Key="ApplicationNameBrush" Color="{StaticResource WhiteColor}" PresentationOptions:Freeze="True" /> | |
78 | |
79 <SolidColorBrush x:Key="ThumbBrush" Color="{StaticResource Gray4}" PresentationOptions:Freeze="True" /> | |
80 | |
81 <SolidColorBrush x:Key="ItemSelectedBrush" Color="{StaticResource Gray5}" PresentationOptions:Freeze="True" /> | |
82 | |
83 <SolidColorBrush x:Key="SliderTrackBrush" Color="{StaticResource Gray6}" PresentationOptions:Freeze="True" /> | |
84 | |
85 <SolidColorBrush x:Key="NormalBrush" Color="{StaticResource Gray7}" PresentationOptions:Freeze="True" /> | |
86 | |
87 <SolidColorBrush x:Key="ComboBoxPopupBrush" Color="{StaticResource Gray9}" PresentationOptions:Freeze="True" /> | |
88 | |
89 <DropShadowEffect x:Key="DropShadowBrush" | |
90 BlurRadius="10" | |
91 RenderingBias="Performance" | |
92 ShadowDepth="0" | |
93 Opacity="1" | |
94 Direction="2" | |
95 PresentationOptions:Freeze="True" /> | |
96 | |
97 <LinearGradientBrush x:Key="SeperatorBrush" StartPoint="0.5,0" EndPoint="0.5,1" PresentationOptions:Freeze="True"> | |
98 <GradientStop Color="White" Offset="0" /> | |
99 <GradientStop Color="WhiteSmoke" Offset="0.25" /> | |
100 </LinearGradientBrush> | |
101 | |
102 <SolidColorBrush x:Key="GripperShadowBrush" | |
103 Color="#313239" Opacity="0.7" | |
104 PresentationOptions:Freeze="True" /> | |
105 | |
106 <SolidColorBrush x:Key="GripperHighlightBrush" | |
107 Color="#cfd0d2" Opacity="0.8" | |
108 PresentationOptions:Freeze="True" /> | |
109 | |
110 <SolidColorBrush x:Key="ControlBarBackgroundBrush" | |
111 Color="#313239" Opacity="0.7" | |
112 PresentationOptions:Freeze="True" /> | |
113 | |
114 <SolidColorBrush x:Key="ControlBarBorderBrush" | |
115 Color="#cfd0d2" Opacity="0.23" | |
116 PresentationOptions:Freeze="True" /> | |
117 | |
118 <!-- CONTROL VALIDATION BRUSHES --> | |
119 <SolidColorBrush x:Key="ControlsValidationBrush" Color="{StaticResource ControlsValidationColor}" PresentationOptions:Freeze="True" /> | |
120 <SolidColorBrush x:Key="ValidationBrush1" Color="{StaticResource ValidationColor1}" PresentationOptions:Freeze="True" /> | |
121 <SolidColorBrush x:Key="ValidationBrush2" Color="{StaticResource ValidationColor2}" PresentationOptions:Freeze="True" /> | |
122 <SolidColorBrush x:Key="ValidationBrush3" Color="{StaticResource ValidationColor3}" PresentationOptions:Freeze="True" /> | |
123 <SolidColorBrush x:Key="ValidationBrush4" Color="{StaticResource ValidationColor4}" PresentationOptions:Freeze="True" /> | |
124 <SolidColorBrush x:Key="ValidationBrush5" Color="{StaticResource ValidationColor5}" PresentationOptions:Freeze="True" /> | |
125 <LinearGradientBrush x:Key="ValidationBrush6" | |
126 StartPoint="0.5,0" EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" | |
127 PresentationOptions:Freeze="True"> | |
128 <GradientStop Color="#DAB6B6" Offset="0.0" /> | |
129 <GradientStop Color="#E4BFBF" Offset="0.5" /> | |
130 <GradientStop Color="#FDD3D3" Offset="1" /> | |
131 </LinearGradientBrush> | |
132 <SolidColorBrush x:Key="ValidationSummaryBrush1" Color="{StaticResource ValidationSummaryColor1}" PresentationOptions:Freeze="True" /> | |
133 <SolidColorBrush x:Key="ValidationSummaryBrush2" Color="{StaticResource ValidationSummaryColor2}" PresentationOptions:Freeze="True" /> | |
134 <SolidColorBrush x:Key="ValidationSummaryBrush3" Color="{StaticResource ValidationSummaryColor3}" PresentationOptions:Freeze="True" /> | |
135 <SolidColorBrush x:Key="ValidationSummaryBrush4" Color="{StaticResource ValidationSummaryColor4}" PresentationOptions:Freeze="True" /> | |
136 <SolidColorBrush x:Key="ValidationSummaryBrush5" Color="{StaticResource ValidationSummaryColor5}" PresentationOptions:Freeze="True" /> | |
137 <SolidColorBrush x:Key="ValidationSummaryFillBrush1" Color="{StaticResource ValidationSummaryFillColor1}" PresentationOptions:Freeze="True" /> | |
138 <SolidColorBrush x:Key="ValidationSummaryFillBrush2" Color="{StaticResource ValidationSummaryFillColor2}" PresentationOptions:Freeze="True" /> | |
139 <SolidColorBrush x:Key="ValidationSummaryDisabledBrush" Color="{StaticResource TransparentLightLightColor}" PresentationOptions:Freeze="True" /> | |
140 | |
141 <LinearGradientBrush x:Key="GradientBackgroundBrush" | |
142 StartPoint="0.5,0" EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" | |
143 PresentationOptions:Freeze="True"> | |
144 <GradientStop Color="White" Offset="0"/> | |
145 <GradientStop Color="#FFF2F2F2" Offset="1"/> | |
146 </LinearGradientBrush> | |
147 | |
148 <!-- WIDGET & GADGET BRUSHES--> | |
149 <SolidColorBrush x:Key="GadgetBackgroundBrush" Color="Snow" PresentationOptions:Freeze="True" /> | |
150 | |
151 <!-- SHORTCUT BRUSHES --> | |
152 <SolidColorBrush x:Key="ShortcutTextBrush" Color="#FF333333" PresentationOptions:Freeze="True" /> | |
153 | |
154 <!-- WINDOW BRUSHES --> | |
155 <SolidColorBrush x:Key="WindowBorderBrush" Color="{StaticResource Gray1}" PresentationOptions:Freeze="True" /> | |
156 <SolidColorBrush x:Key="WindowBackgroundBrush" Color="{StaticResource WhiteColor}" PresentationOptions:Freeze="True" /> | |
157 | |
158 <!-- Brushes Stop --> | |
159 | |
160 <!-- Brushes End --> | |
161 | |
162 </ResourceDictionary> |