功能完善
This commit is contained in:
45
NeuWPF/NeoUI/Themes/Primary/SunriseYellow.xaml
Normal file
45
NeuWPF/NeoUI/Themes/Primary/SunriseYellow.xaml
Normal file
@@ -0,0 +1,45 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user