Files
ShrlAlgoToolkit/NeuWPF/NeoUI/Themes/Primary/Volcano.xaml

43 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">
<!-- 薄暮 (Volcano) -->
<Color x:Key="AntDesign.Color.Volcano1">#FFF2E8</Color>
<Color x:Key="AntDesign.Color.Volcano2">#FFD8BF</Color>
<Color x:Key="AntDesign.Color.Volcano3">#FFBB96</Color>
<Color x:Key="AntDesign.Color.Volcano4">#FF9C6E</Color>
<Color x:Key="AntDesign.Color.Volcano5">#FF7A45</Color>
<Color x:Key="AntDesign.Color.Volcano6">#FA541C</Color>
<Color x:Key="AntDesign.Color.Volcano7">#D4380D</Color>
<Color x:Key="AntDesign.Color.Volcano8">#AD2102</Color>
<Color x:Key="AntDesign.Color.Volcano9">#871400</Color>
<Color x:Key="AntDesign.Color.Volcano10">#610B00</Color>
<Color x:Key="AntDesign.Color.Primary">#FA541C</Color>
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True"
x:Key="PrimaryNormalBrush" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Brand" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano1}"
options:Freeze="True"
x:Key="AntDesign.Brush.SelectedBackground" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano5}"
options:Freeze="True"
x:Key="AntDesign.Brush.Hover" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Normal" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano7}"
options:Freeze="True"
x:Key="AntDesign.Brush.Press" />
</ResourceDictionary>