功能完善
This commit is contained in:
44
NeuWPF/NeoUI/Themes/Primary/Magenta.xaml
Normal file
44
NeuWPF/NeoUI/Themes/Primary/Magenta.xaml
Normal file
@@ -0,0 +1,44 @@
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:options="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- 法式洋红 (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
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True"
|
||||
x:Key="PrimaryNormalBrush" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Brand" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.Magenta1}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.SelectedBackground" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.Magenta5}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Hover" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Normal" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.Magenta7}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Press" />
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user