Files
ShrlAlgoToolkit/AntDesignWPF/Themes/Primary/SunsetOrange.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">
<!-- 日落 (SunsetSunsetOrange) -->
<Color x:Key="AntDesign.Color.SunsetOrange1">#FFF7E6</Color>
<Color x:Key="AntDesign.Color.SunsetOrange2">#FFE7BA</Color>
<Color x:Key="AntDesign.Color.SunsetOrange3">#FFD591</Color>
<Color x:Key="AntDesign.Color.SunsetOrange4">#FFC069</Color>
<Color x:Key="AntDesign.Color.SunsetOrange5">#FFA940</Color>
<Color x:Key="AntDesign.Color.SunsetOrange6">#FA8C16</Color>
<Color x:Key="AntDesign.Color.SunsetOrange7">#D46B08</Color>
<Color x:Key="AntDesign.Color.SunsetOrange8">#AD4E00</Color>
<Color x:Key="AntDesign.Color.SunsetOrange9">#873800</Color>
<Color x:Key="AntDesign.Color.SunsetOrange10">#612500</Color>
<Color x:Key="AntDesign.Color.Primary">#FA8C16</Color>
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
Color="{StaticResource AntDesign.Color.SunsetOrange6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
Color="{StaticResource AntDesign.Color.SunsetOrange6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
Color="{StaticResource AntDesign.Color.SunsetOrange1}"
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.SunsetOrange6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Press"
Color="{StaticResource AntDesign.Color.SunsetOrange7}"
options:Freeze="True" />
</ResourceDictionary>