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

45 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">
<!-- 日出 (SunriseYellow) -->
<Color x:Key="AntDesign.Color.SunriseYellow1">#FEFFE6</Color>
<Color x:Key="AntDesign.Color.SunriseYellow2">#FEF7B5</Color>
<Color x:Key="AntDesign.Color.SunriseYellow3">#FDE880</Color>
<Color x:Key="AntDesign.Color.SunriseYellow4">#FCD949</Color>
<Color x:Key="AntDesign.Color.SunriseYellow5">#F8C822</Color>
<Color x:Key="AntDesign.Color.SunriseYellow6">#F5B800</Color>
<Color x:Key="AntDesign.Color.SunriseYellow7">#D49B00</Color>
<Color x:Key="AntDesign.Color.SunriseYellow8">#AD7D00</Color>
<Color x:Key="AntDesign.Color.SunriseYellow9">#876100</Color>
<Color x:Key="AntDesign.Color.SunriseYellow10">#614400</Color>
<Color x:Key="AntDesign.Color.Primary">#F5B800</Color>
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunriseYellow6}"
options:Freeze="True"
x:Key="PrimaryNormalBrush" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunriseYellow6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Brand" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunriseYellow1}"
options:Freeze="True"
x:Key="AntDesign.Brush.SelectedBackground" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunriseYellow5}"
options:Freeze="True"
x:Key="AntDesign.Brush.Hover" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunriseYellow6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Normal" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.SunriseYellow7}"
options:Freeze="True"
x:Key="AntDesign.Brush.Press" />
</ResourceDictionary>