1
1
<ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
- xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
2
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
+ xmlns : po =" http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" >
3
4
4
- <!-- plan is to add all of the light/dark specific brushes, quite granular at first. can then consolodate any repition later on if necessary -->
5
5
<Color x : Key =" ValidationErrorColor" >#f44336</Color >
6
- <SolidColorBrush x : Key =" ValidationErrorBrush" Color =" {StaticResource ValidationErrorColor}" />
7
-
8
- <SolidColorBrush x : Key =" MaterialDesignBackground" Color =" #FFFFFFFF" />
9
- <SolidColorBrush x : Key =" MaterialDesignPaper" Color =" #FFfafafa" />
10
- <SolidColorBrush x : Key =" MaterialDesignBody" Color =" #DD000000" />
11
- <SolidColorBrush x : Key =" MaterialDesignBodyLight" Color =" #89000000" />
12
- <SolidColorBrush x : Key =" MaterialDesignColumnHeader" Color =" #BC000000" /> <!-- 74% -->
13
-
14
- <SolidColorBrush x : Key =" MaterialDesignCheckBoxOff" Color =" #89000000" />
15
- <SolidColorBrush x : Key =" MaterialDesignCheckBoxDisabled" Color =" #FFBDBDBD" />
16
-
17
- <SolidColorBrush x : Key =" MaterialDesignTextBoxBorder" Color =" #89000000" />
18
- <SolidColorBrush x : Key =" MaterialDesignDivider" Color =" #1F000000" /> <!-- 12% -->
19
- <SolidColorBrush x : Key =" MaterialDesignSelection" Color =" #FFDeDeDe" />
20
-
21
- <SolidColorBrush x : Key =" MaterialDesignFlatButtonClick" Color =" #FFDeDeDe" />
22
- <SolidColorBrush x : Key =" MaterialDesignFlatButtonRipple" Color =" #FFB6B6B6" />
23
-
24
- <SolidColorBrush x : Key =" MaterialDesignToolTipBackground" Color =" #757575" />
25
-
26
- <SolidColorBrush x : Key =" MaterialDesignChipBackground" Color =" #12000000" />
27
-
6
+ <SolidColorBrush x : Key =" ValidationErrorBrush" Color =" {StaticResource ValidationErrorColor}" po : Freeze = " True " />
7
+
8
+ <SolidColorBrush x : Key =" MaterialDesignBackground" Color =" #FFFFFFFF" po : Freeze = " True " />
9
+ <SolidColorBrush x : Key =" MaterialDesignPaper" Color =" #FFfafafa" po : Freeze = " True " />
10
+ <SolidColorBrush x : Key =" MaterialDesignBody" Color =" #DD000000" po : Freeze = " True " />
11
+ <SolidColorBrush x : Key =" MaterialDesignBodyLight" Color =" #89000000" po : Freeze = " True " />
12
+ <SolidColorBrush x : Key =" MaterialDesignColumnHeader" Color =" #BC000000" po : Freeze = " True " /> <!-- 74% -->
13
+
14
+ <SolidColorBrush x : Key =" MaterialDesignCheckBoxOff" Color =" #89000000" po : Freeze = " True " />
15
+ <SolidColorBrush x : Key =" MaterialDesignCheckBoxDisabled" Color =" #FFBDBDBD" po : Freeze = " True " />
16
+
17
+ <SolidColorBrush x : Key =" MaterialDesignTextBoxBorder" Color =" #89000000" po : Freeze = " True " />
18
+ <SolidColorBrush x : Key =" MaterialDesignDivider" Color =" #1F000000" po : Freeze = " True " /> <!-- 12% -->
19
+ <SolidColorBrush x : Key =" MaterialDesignSelection" Color =" #FFDeDeDe" po : Freeze = " True " />
20
+
21
+ <SolidColorBrush x : Key =" MaterialDesignFlatButtonClick" Color =" #FFDeDeDe" po : Freeze = " True " />
22
+ <SolidColorBrush x : Key =" MaterialDesignFlatButtonRipple" Color =" #FFB6B6B6" po : Freeze = " True " />
23
+
24
+ <SolidColorBrush x : Key =" MaterialDesignToolTipBackground" Color =" #757575" po : Freeze = " True " />
25
+
26
+ <SolidColorBrush x : Key =" MaterialDesignChipBackground" Color =" #12000000" po : Freeze = " True " />
27
+
28
28
</ResourceDictionary >
0 commit comments