43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<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">
|
|
<!-- 明青 (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
|
|
Color="{StaticResource AntDesign.Color.Cyan6}"
|
|
options:Freeze="True"
|
|
x:Key="PrimaryNormalBrush" />
|
|
<SolidColorBrush
|
|
Color="{StaticResource AntDesign.Color.Cyan6}"
|
|
options:Freeze="True"
|
|
x:Key="AntDesign.Brush.Brand" />
|
|
<SolidColorBrush
|
|
Color="{StaticResource AntDesign.Color.Cyan1}"
|
|
options:Freeze="True"
|
|
x:Key="AntDesign.Brush.SelectedBackground" />
|
|
<SolidColorBrush
|
|
Color="{StaticResource AntDesign.Color.Cyan5}"
|
|
options:Freeze="True"
|
|
x:Key="AntDesign.Brush.Hover" />
|
|
<SolidColorBrush
|
|
Color="{StaticResource AntDesign.Color.Cyan6}"
|
|
options:Freeze="True"
|
|
x:Key="AntDesign.Brush.Normal" />
|
|
<SolidColorBrush
|
|
Color="{StaticResource AntDesign.Color.Cyan7}"
|
|
options:Freeze="True"
|
|
x:Key="AntDesign.Brush.Press" />
|
|
</ResourceDictionary> |