45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
|
|
<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">
|
||
|
|
|
||
|
|
<!-- 极客蓝 (GeekBlue) -->
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue1">#F0F5FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue2">#D6E4FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue3">#ADC6FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue4">#85A5FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue5">#597EF7</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue6">#2F54EB</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue7">#1D39C4</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue8">#10239E</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue9">#061178</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.GeekBlue10">#030852</Color>
|
||
|
|
|
||
|
|
<Color x:Key="AntDesign.Color.Primary">#2F54EB</Color>
|
||
|
|
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.GeekBlue6}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="PrimaryNormalBrush" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.GeekBlue6}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Brand" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.GeekBlue1}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.SelectedBackground" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.Blue5}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Hover" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.GeekBlue6}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Normal" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.GeekBlue7}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Press" />
|
||
|
|
|
||
|
|
</ResourceDictionary>
|