File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 35
35
</ControlTemplate >
36
36
<Style TargetType =" {x:Type wpf:Card}" >
37
37
<Setter Property =" Template" Value =" {StaticResource CardTemplate}" />
38
- <Setter Property =" Background" Value =" {DynamicResource MaterialDesignPaper }" />
38
+ <Setter Property =" Background" Value =" {DynamicResource MaterialDesignCardBackground }" />
39
39
<Setter Property =" VerticalAlignment" Value =" Top" />
40
40
<Setter Property =" wpf:ShadowAssist.ShadowDepth" Value =" Depth2" />
41
41
</Style >
Original file line number Diff line number Diff line change 6
6
<SolidColorBrush x : Key =" ValidationErrorBrush" Color =" {StaticResource ValidationErrorColor}" />
7
7
8
8
<SolidColorBrush x : Key =" MaterialDesignBackground" Color =" #FF000000" po : Freeze =" True" />
9
- <SolidColorBrush x : Key =" MaterialDesignPaper" Color =" #FF37474f" po : Freeze =" True" />
9
+ <SolidColorBrush x : Key =" MaterialDesignPaper" Color =" #FF303030" po : Freeze =" True" />
10
+ <SolidColorBrush x : Key =" MaterialDesignCardBackground" Color =" #FF424242" po : Freeze =" True" />
10
11
<SolidColorBrush x : Key =" MaterialDesignBody" Color =" #DDFFFFFF" po : Freeze =" True" />
11
12
<SolidColorBrush x : Key =" MaterialDesignBodyLight" Color =" #89FFFFFF" po : Freeze =" True" />
12
13
<SolidColorBrush x : Key =" MaterialDesignColumnHeader" Color =" #BCFFFFFF" po : Freeze =" True" /><!-- 74% -->
Original file line number Diff line number Diff line change 37
37
</ResourceDictionary .MergedDictionaries>
38
38
<SolidColorBrush x : Key =" MaterialDesignLightBackground" Color =" #FFFAFAFA" />
39
39
<SolidColorBrush x : Key =" MaterialDesignLightForeground" Color =" #DD000000" />
40
- <SolidColorBrush x : Key =" MaterialDesignDarkBackground" Color =" #FF37474f " />
40
+ <SolidColorBrush x : Key =" MaterialDesignDarkBackground" Color =" #FF303030 " />
41
41
<SolidColorBrush x : Key =" MaterialDesignDarkForeground" Color =" #FFFAFAFA" />
42
42
<SolidColorBrush x : Key =" MaterialDesignDarkSeparatorBackground" Color =" #1F000000" />
43
43
<SolidColorBrush x : Key =" MaterialDesignLightSeparatorBackground" Color =" #1FFFFFFF" />
Original file line number Diff line number Diff line change 7
7
8
8
<SolidColorBrush x : Key =" MaterialDesignBackground" Color =" #FFFFFFFF" po : Freeze =" True" />
9
9
<SolidColorBrush x : Key =" MaterialDesignPaper" Color =" #FFfafafa" po : Freeze =" True" />
10
+ <SolidColorBrush x : Key =" MaterialDesignCardBackground" Color =" #FFfafafa" po : Freeze =" True" />
10
11
<SolidColorBrush x : Key =" MaterialDesignBody" Color =" #DD000000" po : Freeze =" True" />
11
12
<SolidColorBrush x : Key =" MaterialDesignBodyLight" Color =" #89000000" po : Freeze =" True" />
12
13
<SolidColorBrush x : Key =" MaterialDesignColumnHeader" Color =" #BC000000" po : Freeze =" True" /> <!-- 74% -->
You can’t perform that action at this time.
0 commit comments