File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ public void ReplacePrimaryColor(Swatch swatch)
60
60
ReplaceEntry ( "PrimaryHueDarkBrush" , new SolidColorBrush ( dark . Color ) ) ;
61
61
ReplaceEntry ( "PrimaryHueDarkForegroundBrush" , new SolidColorBrush ( dark . Foreground ) ) ;
62
62
63
- //mahapps brushes
64
- /*
63
+ //mahapps brushes
65
64
ReplaceEntry ( "HighlightBrush" , new SolidColorBrush ( dark . Color ) ) ;
66
65
ReplaceEntry ( "AccentColorBrush" , new SolidColorBrush ( list [ 5 ] . Color ) ) ;
67
66
ReplaceEntry ( "AccentColorBrush2" , new SolidColorBrush ( list [ 4 ] . Color ) ) ;
@@ -73,8 +72,7 @@ public void ReplacePrimaryColor(Swatch swatch)
73
72
ReplaceEntry ( "CheckmarkFill" , new SolidColorBrush ( list [ 5 ] . Color ) ) ;
74
73
ReplaceEntry ( "RightArrowFill" , new SolidColorBrush ( list [ 5 ] . Color ) ) ;
75
74
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 } ) ;
78
76
}
79
77
80
78
public void ReplacePrimaryColor ( string name )
You can’t perform that action at this time.
0 commit comments