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

36 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">
<!-- 薄暮 (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 x:Key="AntDesign.Brush.Primary"
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
Color="{StaticResource AntDesign.Color.Volcano1}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
Color="{StaticResource AntDesign.Color.Volcano5}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Press"
Color="{StaticResource AntDesign.Color.Volcano7}"
options:Freeze="True" />
</ResourceDictionary>