38 lines
2.0 KiB
XML
38 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">
|
|
|
|
<!-- 日出 (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 x:Key="AntDesign.Brush.Primary"
|
|
Color="{StaticResource AntDesign.Color.SunriseYellow6}"
|
|
options:Freeze="True" />
|
|
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
|
Color="{StaticResource AntDesign.Color.SunriseYellow6}"
|
|
options:Freeze="True" />
|
|
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
|
Color="{StaticResource AntDesign.Color.SunriseYellow1}"
|
|
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.SunriseYellow6}"
|
|
options:Freeze="True" />
|
|
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
|
Color="{StaticResource AntDesign.Color.SunriseYellow7}"
|
|
options:Freeze="True" />
|
|
|
|
</ResourceDictionary> |