|
| 1 | +<!--*********************************************************************************** |
| 2 | +
|
| 3 | + Extended WPF Toolkit |
| 4 | +
|
| 5 | + Copyright (C) 2007-2013 Xceed Software Inc. |
| 6 | +
|
| 7 | + This program is provided to you under the terms of the Microsoft Public |
| 8 | + License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
| 9 | +
|
| 10 | + For more features, controls, and fast professional support, |
| 11 | + pick up the Plus Edition at http://xceed.com/wpf_toolkit |
| 12 | +
|
| 13 | + Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
| 14 | +
|
| 15 | + **********************************************************************************--> |
| 16 | + |
| 17 | +<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 18 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 19 | + xmlns:at="clr-namespace:Xceed.Wpf.AvalonDock.Themes"> |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor1Key}" |
| 24 | + StartPoint="0,0" |
| 25 | + EndPoint="1,0"> |
| 26 | + <LinearGradientBrush.GradientStops> |
| 27 | + <GradientStop Color="#EBEEFA" Offset="0" /> |
| 28 | + <GradientStop Color="#F4F7FC" Offset="1" /> |
| 29 | + </LinearGradientBrush.GradientStops> |
| 30 | + </LinearGradientBrush> |
| 31 | + |
| 32 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor2Key}" |
| 33 | + Color="White"/> |
| 34 | + |
| 35 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor3Key}" |
| 36 | + Color="Black"/> |
| 37 | + |
| 38 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor4Key}" |
| 39 | + StartPoint="0,0" |
| 40 | + EndPoint="0,1"> |
| 41 | + <LinearGradientBrush.GradientStops> |
| 42 | + <GradientStop Color="#CFCFCF" Offset="0" /> |
| 43 | + <GradientStop Color="#F2F2F2" Offset="1" /> |
| 44 | + </LinearGradientBrush.GradientStops> |
| 45 | + </LinearGradientBrush> |
| 46 | + |
| 47 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor5Key}" |
| 48 | + Color="#898C95"/> |
| 49 | + |
| 50 | + |
| 51 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor6Key}" |
| 52 | + StartPoint="0,0" |
| 53 | + EndPoint="0,1"> |
| 54 | + <LinearGradientBrush.GradientStops> |
| 55 | + <GradientStop Color="#FCFDFE" Offset="0" /> |
| 56 | + <GradientStop Color="#D2E6FA" Offset="1" /> |
| 57 | + </LinearGradientBrush.GradientStops> |
| 58 | + </LinearGradientBrush> |
| 59 | + |
| 60 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor7Key}" |
| 61 | + StartPoint="0,0" |
| 62 | + EndPoint="0,1"> |
| 63 | + <LinearGradientBrush.GradientStops> |
| 64 | + <GradientStop Color="#ECF5FC" Offset="0" /> |
| 65 | + <GradientStop Color="#98B4D2" Offset="1" /> |
| 66 | + </LinearGradientBrush.GradientStops> |
| 67 | + </LinearGradientBrush> |
| 68 | + |
| 69 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor8Key}" |
| 70 | + Color="#D2E6FA"/> |
| 71 | + |
| 72 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor9Key}" |
| 73 | + Color="#FFF5F4EA"/> |
| 74 | + |
| 75 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor10Key}" |
| 76 | + Color="Black"/> |
| 77 | + |
| 78 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor11Key}" |
| 79 | + Color="#FFBBC0C7" /> |
| 80 | + |
| 81 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor12Key}" |
| 82 | + Color="#555564"/> |
| 83 | + |
| 84 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor13Key}" |
| 85 | + Color="White"/> |
| 86 | + |
| 87 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor14Key}" |
| 88 | + Color="#69A1BF"/> |
| 89 | + |
| 90 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor15Key}" |
| 91 | + StartPoint="0,0" |
| 92 | + EndPoint="0,1"> |
| 93 | + <GradientStop Color="#8FADCE" Offset="0" /> |
| 94 | + <GradientStop Color="#BDD3EF" Offset="1" /> |
| 95 | + </LinearGradientBrush> |
| 96 | + |
| 97 | + |
| 98 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor16Key}" |
| 99 | + StartPoint="0,0" |
| 100 | + EndPoint="0,1"> |
| 101 | + <GradientStop Color="#B7CAE0" Offset="0" /> |
| 102 | + <GradientStop Color="#E8F0FF" Offset="1" /> |
| 103 | + </LinearGradientBrush> |
| 104 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor17Key}" |
| 105 | + StartPoint="0,0" |
| 106 | + EndPoint="0,1"> |
| 107 | + <GradientStop Color="#F7FCFE" Offset="0" /> |
| 108 | + <GradientStop Color="#81D0F1" Offset="1" /> |
| 109 | + </LinearGradientBrush> |
| 110 | + <!-- |
| 111 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor18Key}" |
| 112 | + Color="Black"/> |
| 113 | +
|
| 114 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor20Key}" |
| 115 | + Color="White"/> |
| 116 | +
|
| 117 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor21Key}" |
| 118 | + Color="White"/> |
| 119 | +
|
| 120 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor22Key}" |
| 121 | + Color="Black"/> |
| 122 | +
|
| 123 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor23Key}" |
| 124 | + Color="Black"/>--> |
| 125 | + |
| 126 | + |
| 127 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor24Key}" StartPoint="0,0" EndPoint="0,1"> |
| 128 | + <GradientStop Color="#FBFCFC" Offset="0" /> |
| 129 | + <GradientStop Color="#D7DCE4" Offset="0.5" /> |
| 130 | + <GradientStop Color="#CED4DF" Offset="0.5" /> |
| 131 | + <GradientStop Color="#CED4DF" Offset="1" /> |
| 132 | + </LinearGradientBrush> |
| 133 | + |
| 134 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor25Key}" StartPoint="0,0" EndPoint="0,1"> |
| 135 | + <GradientStop Color="#FFFCF2" Offset="0" /> |
| 136 | + <GradientStop Color="#FFEDBA" Offset="0.5" /> |
| 137 | + <GradientStop Color="#FFE8A6" Offset="0.5" /> |
| 138 | + <GradientStop Color="#FFE8A6" Offset="1" /> |
| 139 | + </LinearGradientBrush> |
| 140 | + |
| 141 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor26Key}" |
| 142 | + StartPoint="0,0" |
| 143 | + EndPoint="0,1"> |
| 144 | + <GradientStop Color="#F2F2F2" Offset="0" /> |
| 145 | + <GradientStop Color="#CFCFCF" Offset="1" /> |
| 146 | + </LinearGradientBrush> |
| 147 | + |
| 148 | + <LinearGradientBrush x:Key="{x:Static at:AeroColors.BaseColor27Key}" |
| 149 | + StartPoint="0,0" |
| 150 | + EndPoint="0,1"> |
| 151 | + <GradientStop Color="#A7D9F5" Offset="0" /> |
| 152 | + <GradientStop Color="#BEE6FD" Offset="0.5" /> |
| 153 | + <GradientStop Color="#D9F0FC" Offset="0.5" /> |
| 154 | + <GradientStop Color="#FAFDFE" Offset="1" /> |
| 155 | + </LinearGradientBrush> |
| 156 | + |
| 157 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor28Key}" |
| 158 | + Color="White"/> |
| 159 | + |
| 160 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor30Key}" |
| 161 | + Color="#CED4DF"/> |
| 162 | + |
| 163 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor31Key}" |
| 164 | + Color="#FFE8A6"/> |
| 165 | + |
| 166 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor32Key}" |
| 167 | + Color="#3C7FB1"/> |
| 168 | + |
| 169 | + <SolidColorBrush x:Key="{x:Static at:AeroColors.BaseColor33Key}" |
| 170 | + Color="#3D5277"/> |
| 171 | +</ResourceDictionary> |
0 commit comments