月更
This commit is contained in:
37
AntDesignWPF/Themes/Primary/Magenta.xaml
Normal file
37
AntDesignWPF/Themes/Primary/Magenta.xaml
Normal file
@@ -0,0 +1,37 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:options="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
||||
<!-- 法式洋红 (FrenchMagenta) -->
|
||||
<Color x:Key="AntDesign.Color.Magenta1">#FFF0F6</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta2">#FFD6E7</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta3">#FFADD2</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta4">#FF85C0</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta5">#F759AB</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta6">#EB2F96</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta7">#C41D7F</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta8">#9E1068</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta9">#780650</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta10">#520339</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#EB2F96</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.Magenta1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.Magenta5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.Magenta7}"
|
||||
options:Freeze="True" />
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user