Skip to content

Commit 89e6825

Browse files
committed
whoops
1 parent a932745 commit 89e6825

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MaterialDesignThemes.Wpf/PaletteHelper.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ public void ReplacePrimaryColor(Swatch swatch)
6060
ReplaceEntry("PrimaryHueDarkBrush", new SolidColorBrush(dark.Color));
6161
ReplaceEntry("PrimaryHueDarkForegroundBrush", new SolidColorBrush(dark.Foreground));
6262

63-
//mahapps brushes
64-
/*
63+
//mahapps brushes
6564
ReplaceEntry("HighlightBrush", new SolidColorBrush(dark.Color));
6665
ReplaceEntry("AccentColorBrush", new SolidColorBrush(list[5].Color));
6766
ReplaceEntry("AccentColorBrush2", new SolidColorBrush(list[4].Color));
@@ -73,8 +72,7 @@ public void ReplacePrimaryColor(Swatch swatch)
7372
ReplaceEntry("CheckmarkFill", new SolidColorBrush(list[5].Color));
7473
ReplaceEntry("RightArrowFill", new SolidColorBrush(list[5].Color));
7574
ReplaceEntry("IdealForegroundColorBrush", new SolidColorBrush(list[5].Foreground));
76-
ReplaceEntry("IdealForegroundDisabledBrush", new SolidColorBrush(dark.Color) { Opacity = .4 });
77-
*/
75+
ReplaceEntry("IdealForegroundDisabledBrush", new SolidColorBrush(dark.Color) { Opacity = .4 });
7876
}
7977

8078
public void ReplacePrimaryColor(string name)

0 commit comments

Comments
 (0)