月更
This commit is contained in:
37
AntDesignWPF/Themes/Primary/DaybreakBlue.xaml
Normal file
37
AntDesignWPF/Themes/Primary/DaybreakBlue.xaml
Normal file
@@ -0,0 +1,37 @@
|
||||
<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">
|
||||
<!-- 拂晓蓝 (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 x:Key="AntDesign.Brush.Primary"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue1}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue5}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue6}"
|
||||
options:Freeze="True" />
|
||||
<SolidColorBrush x:Key="AntDesign.Brush.Press"
|
||||
Color="{StaticResource AntDesign.Color.DaybreakBlue7}"
|
||||
options:Freeze="True" />
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user