File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace MaterialDesignThemes.Wpf
4
4
{
5
5
public class MaterialDesignDarkTheme : IBaseTheme
6
6
{
7
- public Color MaterialDesignValidationErrorColor { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#f44336 " ) ;
7
+ public Color MaterialDesignValidationErrorColor { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#CF6679 " ) ;
8
8
public Color MaterialDesignBackground { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#FF000000" ) ;
9
9
public Color MaterialDesignPaper { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#FF303030" ) ;
10
10
public Color MaterialDesignCardBackground { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#FF424242" ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace MaterialDesignThemes.Wpf
4
4
{
5
5
public class MaterialDesignLightTheme : IBaseTheme
6
6
{
7
- public Color MaterialDesignValidationErrorColor { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#F44336 " ) ;
7
+ public Color MaterialDesignValidationErrorColor { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#B00020 " ) ;
8
8
public Color MaterialDesignBackground { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#FFFFFFFF" ) ;
9
9
public Color MaterialDesignPaper { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#FFFAFAFA" ) ;
10
10
public Color MaterialDesignCardBackground { get ; } = ( Color ) ColorConverter . ConvertFromString ( "#FFFFFFFF" ) ;
Original file line number Diff line number Diff line change 2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
xmlns : po =" http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" >
4
4
5
- <Color x : Key =" MaterialDesignValidationErrorColor" >#f44336 </Color >
5
+ <Color x : Key =" MaterialDesignValidationErrorColor" >#CF6679 </Color >
6
6
<SolidColorBrush x : Key =" MaterialDesignValidationErrorBrush" Color =" {StaticResource MaterialDesignValidationErrorColor}" />
7
7
8
8
<SolidColorBrush x : Key =" MaterialDesignBackground" Color =" #FF000000" po : Freeze =" True" />
Original file line number Diff line number Diff line change 2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
xmlns : po =" http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" >
4
4
5
- <Color x : Key =" MaterialDesignValidationErrorColor" >#f44336 </Color >
5
+ <Color x : Key =" MaterialDesignValidationErrorColor" >#B00020 </Color >
6
6
<SolidColorBrush x : Key =" MaterialDesignValidationErrorBrush" Color =" {StaticResource MaterialDesignValidationErrorColor}" po : Freeze =" True" />
7
7
8
8
<SolidColorBrush x : Key =" MaterialDesignBackground" Color =" #FFFFFFFF" po : Freeze =" True" />
You can’t perform that action at this time.
0 commit comments