Files
ShrlAlgoToolkit/AntDesignWPF/Themes/Primary/Magenta.xaml
2025-07-31 20:12:24 +08:00

37 lines
2.0 KiB
XML

<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>