月更
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user