36 lines
2.0 KiB
Plaintext
36 lines
2.0 KiB
Plaintext
|
|
<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>
|