Files
Shrlalgo.RvKits/NeuWPF/NeoUI/Themes/Primary/SunsetOrange.xaml
2025-08-20 12:10:13 +08:00

43 lines
1.9 KiB
XML

<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">
<!-- 日落 (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
Color="{StaticResource AntDesign.Color.SunsetOrange6}"
options:Freeze="True"
x:Key="PrimaryNormalBrush" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunsetOrange6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Brand" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunsetOrange1}"
options:Freeze="True"
x:Key="AntDesign.Brush.SelectedBackground" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunsetOrange5}"
options:Freeze="True"
x:Key="AntDesign.Brush.Hover" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunsetOrange6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Normal" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunsetOrange7}"
options:Freeze="True"
x:Key="AntDesign.Brush.Press" />
</ResourceDictionary>