功能完善
This commit is contained in:
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