Files
ShrlAlgoToolkit/NeuWPF/NeoUI/Themes/Functional/DustRed.xaml

44 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-08-12 23:08:54 +08:00
<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">
<!-- 红色 (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
Color="{StaticResource AntDesign.Color.DustRed6}"
options:Freeze="True"
x:Key="PrimaryNormalBrush" />-->
<!--<SolidColorBrush
Color="{StaticResource AntDesign.Color.DustRed6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Brand" />-->
<SolidColorBrush
Color="{StaticResource AntDesign.Color.DustRed1}"
options:Freeze="True"
x:Key="AntDesign.Brush.SelectedBackground" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.DustRed5}"
options:Freeze="True"
x:Key="AntDesign.Brush.Hover" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.DustRed6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Normal" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.DustRed7}"
options:Freeze="True"
x:Key="AntDesign.Brush.Press" />
</ResourceDictionary>