36 lines
2.0 KiB
Plaintext
36 lines
2.0 KiB
Plaintext
|
|
<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">
|
||
|
|
<!-- 红色 (DustRed) -->
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed1">#FFF1F0</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed2">#FFCCC7</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed3">#FFA39E</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed4">#FF7875</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed5">#FF4D4F</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed6">#F5222D</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed7">#CF1322</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed8">#A8071A</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed9">#820014</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DustRed10">#5C0011</Color>
|
||
|
|
|
||
|
|
<Color x:Key="AntDesign.Color.Primary">#F5222D</Color>
|
||
|
|
|
||
|
|
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||
|
|
Color="{StaticResource AntDesign.Color.DustRed6}"
|
||
|
|
options:Freeze="True" />
|
||
|
|
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||
|
|
Color="{StaticResource AntDesign.Color.DustRed6}"
|
||
|
|
options:Freeze="True" />
|
||
|
|
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||
|
|
Color="{StaticResource AntDesign.Color.DustRed1}"
|
||
|
|
options:Freeze="True" />
|
||
|
|
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||
|
|
Color="{StaticResource AntDesign.Color.Blue5}"
|
||
|
|
options:Freeze="True" />
|
||
|
|
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||
|
|
Color="{StaticResource AntDesign.Color.DustRed6}"
|
||
|
|
options:Freeze="True" />
|
||
|
|
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||
|
|
Color="{StaticResource AntDesign.Color.DustRed7}"
|
||
|
|
options:Freeze="True" />
|
||
|
|
</ResourceDictionary>
|