月更
This commit is contained in:
40
AntDesignWPF/Themes/Primary/CalendulaGold.xaml
Normal file
40
AntDesignWPF/Themes/Primary/CalendulaGold.xaml
Normal file
@@ -0,0 +1,40 @@
|
||||
<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">
|
||||
<!-- 金盏花 (CalendulaCalendulaGold) -->
|
||||
<!--Alert亮色背景-->
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold1">#FFFBE6</Color>
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold2">#FFF1B8</Color>
|
||||
<!--Alert亮色边框背景-->
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold3">#FFE58F</Color>
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold4">#FFD666</Color>
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold5">#FFC53D</Color>
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold6">#FAAD14</Color>
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold7">#D48806</Color>
|
||||
<!--Alert Warning暗色边框背景-->
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold8">#AD6800</Color>
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold9">#874D00</Color>
|
||||
<!--Alert Warning暗色背景-->
|
||||
<Color x:Key="AntDesign.Color.CalendulaGold10">#613400</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#FAAD14</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.Primary}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.Primary}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.CalendulaGold1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.CalendulaGold5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.Primary}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.CalendulaGold7}"
|
||||
options:Freeze="True" />
|
||||
</ResourceDictionary>
|
||||
36
AntDesignWPF/Themes/Primary/Cyan.xaml
Normal file
36
AntDesignWPF/Themes/Primary/Cyan.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">
|
||||
<!-- 明青 (Cyan) -->
|
||||
<Color x:Key="AntDesign.Color.Cyan1">#E6FFFB</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan2">#B5F5EC</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan3">#87E8DE</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan4">#5CDBD3</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan5">#36CFC9</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan6">#13C2C2</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan7">#08979C</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan8">#006D75</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan9">#00474F</Color>
|
||||
<Color x:Key="AntDesign.Color.Cyan10">#002329</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#13C2C2</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.Cyan6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.Cyan6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.Cyan1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.Cyan5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.Cyan6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.Cyan7}"
|
||||
options:Freeze="True" />
|
||||
</ResourceDictionary>
|
||||
37
AntDesignWPF/Themes/Primary/DaybreakBlue.xaml
Normal file
37
AntDesignWPF/Themes/Primary/DaybreakBlue.xaml
Normal file
@@ -0,0 +1,37 @@
|
||||
<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">
|
||||
<!-- 拂晓蓝 (DaybreakBlue) - 主色 -->
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue1">#E6F4FF</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue2">#BAE0FF</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue3">#91CAFF</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue4">#69B1FF</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue5">#4096FF</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue6">#1677FF</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue7">#0958D9</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue8">#003EB3</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue9">#002C8C</Color>
|
||||
<Color x:Key="AntDesign.Color.DaybreakBlue10">#001D66</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#1677FF</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue7}"
|
||||
options:Freeze="True" />
|
||||
|
||||
</ResourceDictionary>
|
||||
36
AntDesignWPF/Themes/Primary/DustRed.xaml
Normal file
36
AntDesignWPF/Themes/Primary/DustRed.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">
|
||||
<!-- 红色 (DustRed) -->
|
||||
<Color x:Key="AntDesign.Color.DustRed1">#FFF1F0</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed2">#FFCCC7</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed3">#FFA39E</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed4">#FF7875</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed5">#FF4D4F</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed6">#F5222D</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed7">#CF1322</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed8">#A8071A</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed9">#820014</Color>
|
||||
<Color x:Key="AntDesign.Color.DustRed10">#5C0011</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#F5222D</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.DustRed6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.DustRed6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.DustRed1}"
|
||||
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.DustRed6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.DustRed7}"
|
||||
options:Freeze="True" />
|
||||
</ResourceDictionary>
|
||||
38
AntDesignWPF/Themes/Primary/GeekBlue.xaml
Normal file
38
AntDesignWPF/Themes/Primary/GeekBlue.xaml
Normal file
@@ -0,0 +1,38 @@
|
||||
<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">
|
||||
|
||||
<!-- 极客蓝 (GeekBlue) -->
|
||||
<Color x:Key="AntDesign.Color.GeekBlue1">#F0F5FF</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue2">#D6E4FF</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue3">#ADC6FF</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue4">#85A5FF</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue5">#597EF7</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue6">#2F54EB</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue7">#1D39C4</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue8">#10239E</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue9">#061178</Color>
|
||||
<Color x:Key="AntDesign.Color.GeekBlue10">#030852</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#2F54EB</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.GeekBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.GeekBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.GeekBlue1}"
|
||||
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.GeekBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.GeekBlue7}"
|
||||
options:Freeze="True" />
|
||||
|
||||
</ResourceDictionary>
|
||||
37
AntDesignWPF/Themes/Primary/GoldenPurple.xaml
Normal file
37
AntDesignWPF/Themes/Primary/GoldenPurple.xaml
Normal file
@@ -0,0 +1,37 @@
|
||||
<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">
|
||||
<!-- 酱紫 (GoldenPurple) -->
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple1">#F9F0FF</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple2">#EFDBFF</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple3">#D3ADF7</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple4">#B37FEB</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple5">#9254DE</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple6">#722ED1</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple7">#531DAB</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple8">#391085</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple9">#22075E</Color>
|
||||
<Color x:Key="AntDesign.Color.GoldenPurple10">#120338</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#722ED1</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.GoldenPurple6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.GoldenPurple6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.GoldenPurple1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.GoldenPurple5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.GoldenPurple6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.GoldenPurple7}"
|
||||
options:Freeze="True" />
|
||||
|
||||
</ResourceDictionary>
|
||||
37
AntDesignWPF/Themes/Primary/Lime.xaml
Normal file
37
AntDesignWPF/Themes/Primary/Lime.xaml
Normal file
@@ -0,0 +1,37 @@
|
||||
<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">
|
||||
|
||||
<!-- 青柠 (Lime) -->
|
||||
<Color x:Key="AntDesign.Color.Lime1">#FCFFE6</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime2">#F4FFB8</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime3">#EAFF8F</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime4">#D3F261</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime5">#BEF642</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime6">#A0D911</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime7">#7CB305</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime8">#5B8C00</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime9">#3F6600</Color>
|
||||
<Color x:Key="AntDesign.Color.Lime10">#254000</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#A0D911</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.Lime6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.Lime6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.Lime1}"
|
||||
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.Lime6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.Lime7}"
|
||||
options:Freeze="True" />
|
||||
</ResourceDictionary>
|
||||
37
AntDesignWPF/Themes/Primary/Magenta.xaml
Normal file
37
AntDesignWPF/Themes/Primary/Magenta.xaml
Normal file
@@ -0,0 +1,37 @@
|
||||
<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">
|
||||
<!-- 法式洋红 (FrenchMagenta) -->
|
||||
<Color x:Key="AntDesign.Color.Magenta1">#FFF0F6</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta2">#FFD6E7</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta3">#FFADD2</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta4">#FF85C0</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta5">#F759AB</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta6">#EB2F96</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta7">#C41D7F</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta8">#9E1068</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta9">#780650</Color>
|
||||
<Color x:Key="AntDesign.Color.Magenta10">#520339</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#EB2F96</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.Magenta1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.Magenta5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.Magenta6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.Magenta7}"
|
||||
options:Freeze="True" />
|
||||
|
||||
</ResourceDictionary>
|
||||
36
AntDesignWPF/Themes/Primary/PolarGreen.xaml
Normal file
36
AntDesignWPF/Themes/Primary/PolarGreen.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">
|
||||
<!-- 极光绿 (PolarGreen) -->
|
||||
<Color x:Key="AntDesign.Color.PolarGreen1">#F6FFED</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen2">#D9F7BE</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen3">#B7EB8F</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen4">#95DE64</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen5">#73D13D</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen6">#52C41A</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen7">#389E0D</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen8">#237804</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen9">#135200</Color>
|
||||
<Color x:Key="AntDesign.Color.PolarGreen10">#092B00</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#52C41A</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen7}"
|
||||
options:Freeze="True" />
|
||||
</ResourceDictionary>
|
||||
38
AntDesignWPF/Themes/Primary/SunriseYellow.xaml
Normal file
38
AntDesignWPF/Themes/Primary/SunriseYellow.xaml
Normal file
@@ -0,0 +1,38 @@
|
||||
<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>
|
||||
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>
|
||||
36
AntDesignWPF/Themes/Primary/Volcano.xaml
Normal file
36
AntDesignWPF/Themes/Primary/Volcano.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">
|
||||
<!-- 薄暮 (Volcano) -->
|
||||
<Color x:Key="AntDesign.Color.Volcano1">#FFF2E8</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano2">#FFD8BF</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano3">#FFBB96</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano4">#FF9C6E</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano5">#FF7A45</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano6">#FA541C</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano7">#D4380D</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano8">#AD2102</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano9">#871400</Color>
|
||||
<Color x:Key="AntDesign.Color.Volcano10">#610B00</Color>
|
||||
|
||||
<Color x:Key="AntDesign.Color.Primary">#FA541C</Color>
|
||||
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.Volcano6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.Volcano6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.Volcano1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.Volcano5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.Volcano6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.Volcano7}"
|
||||
options:Freeze="True" />
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user