This commit is contained in:
GG Z
2025-07-31 20:12:24 +08:00
parent 4f6cd2137c
commit f209e7d3ad
426 changed files with 15854 additions and 6612 deletions

View 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>