功能完善
This commit is contained in:
47
NeuWPF/NeoUI/Themes/Functional/CalendulaGold.xaml
Normal file
47
NeuWPF/NeoUI/Themes/Functional/CalendulaGold.xaml
Normal file
@@ -0,0 +1,47 @@
|
||||
<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">
|
||||
<!-- 金盏花 (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
|
||||
Color="{StaticResource AntDesign.Color.Primary}"
|
||||
options:Freeze="True"
|
||||
x:Key="PrimaryNormalBrush" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.Primary}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Brand" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.CalendulaGold1}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.SelectedBackground" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.CalendulaGold5}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Hover" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.Primary}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Normal" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.CalendulaGold7}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Press" />
|
||||
</ResourceDictionary>
|
||||
44
NeuWPF/NeoUI/Themes/Functional/DaybreakBlue.xaml
Normal file
44
NeuWPF/NeoUI/Themes/Functional/DaybreakBlue.xaml
Normal file
@@ -0,0 +1,44 @@
|
||||
<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">
|
||||
<!-- 拂晓蓝 (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
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True"
|
||||
x:Key="PrimaryNormalBrush" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Brand" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue1}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.SelectedBackground" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue5}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Hover" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Normal" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue7}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Press" />
|
||||
|
||||
</ResourceDictionary>
|
||||
44
NeuWPF/NeoUI/Themes/Functional/DustRed.xaml
Normal file
44
NeuWPF/NeoUI/Themes/Functional/DustRed.xaml
Normal file
@@ -0,0 +1,44 @@
|
||||
<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">
|
||||
<!-- 红色 (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
|
||||
Color="{StaticResource AntDesign.Color.DustRed6}"
|
||||
options:Freeze="True"
|
||||
x:Key="PrimaryNormalBrush" />-->
|
||||
<!--<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DustRed6}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Brand" />-->
|
||||
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DustRed1}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.SelectedBackground" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DustRed5}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Hover" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DustRed6}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Normal" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.DustRed7}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Press" />
|
||||
</ResourceDictionary>
|
||||
43
NeuWPF/NeoUI/Themes/Functional/PolarGreen.xaml
Normal file
43
NeuWPF/NeoUI/Themes/Functional/PolarGreen.xaml
Normal file
@@ -0,0 +1,43 @@
|
||||
<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">
|
||||
<!-- 极光绿 (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
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen6}"
|
||||
options:Freeze="True"
|
||||
x:Key="PrimaryNormalBrush" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen6}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Brand" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen1}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.SelectedBackground" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen5}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Hover" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen6}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Normal" />
|
||||
<SolidColorBrush
|
||||
Color="{StaticResource AntDesign.Color.PolarGreen7}"
|
||||
options:Freeze="True"
|
||||
x:Key="AntDesign.Brush.Press" />
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user