This commit is contained in:
GG Z
2025-07-31 20:12:24 +08:00
parent 4f6cd2137c
commit f209e7d3ad
426 changed files with 15854 additions and 6612 deletions

View File

@@ -0,0 +1,36 @@
<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>