月更
This commit is contained in:
36
AntDesignWPF/Themes/Primary/SunsetOrange.xaml
Normal file
36
AntDesignWPF/Themes/Primary/SunsetOrange.xaml
Normal file
@@ -0,0 +1,36 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user