44 lines
1.9 KiB
Plaintext
44 lines
1.9 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">
|
||
|
|
<!-- 拂晓蓝 (DaybreakBlue) - 主色 -->
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue1">#E6F4FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue2">#BAE0FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue3">#91CAFF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue4">#69B1FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue5">#4096FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue6">#1677FF</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue7">#0958D9</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue8">#003EB3</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue9">#002C8C</Color>
|
||
|
|
<Color x:Key="AntDesign.Color.DaybreakBlue10">#001D66</Color>
|
||
|
|
|
||
|
|
<Color x:Key="AntDesign.Color.Primary">#1677FF</Color>
|
||
|
|
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="PrimaryNormalBrush" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Brand" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.DaybreakBlue1}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.SelectedBackground" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.DaybreakBlue5}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Hover" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Normal" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.DaybreakBlue7}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Press" />
|
||
|
|
|
||
|
|
</ResourceDictionary>
|