Skip to content

Commit 885410e

Browse files
committed
update shadow colours on daerk theme
1 parent cfac877 commit 885410e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Dark.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<SolidColorBrush x:Key="MaterialDesignDivider" Color="#616161" />
1616
<SolidColorBrush x:Key="MaterialDesignSelection" Color="#757575" />
1717

18-
<Color x:Key="MaterialDesignShadow1">#CCCCCC</Color>
19-
<Color x:Key="MaterialDesignShadow2">#C4C4C4</Color>
20-
<Color x:Key="MaterialDesignShadow3">#BBBBBB</Color>
21-
<Color x:Key="MaterialDesignShadow4">#BBBBBB</Color>
22-
<Color x:Key="MaterialDesignShadow5">#BBBBBB</Color>
18+
<Color x:Key="MaterialDesignShadow1">#AA000000</Color>
19+
<Color x:Key="MaterialDesignShadow2">#AA000000</Color>
20+
<Color x:Key="MaterialDesignShadow3">#AA000000</Color>
21+
<Color x:Key="MaterialDesignShadow4">#AA000000</Color>
22+
<Color x:Key="MaterialDesignShadow5">#AA000000</Color>
2323

2424
</ResourceDictionary>

0 commit comments

Comments
 (0)