Files
ShrlAlgoToolkit/NeuWPF/NeoUI/Themes/Primary/GoldenPurple.xaml

40 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-08-12 23:08:54 +08:00
<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">
<!-- 酱紫 (GoldenPurple) -->
<Color x:Key="AntDesign.Color.GoldenPurple1">#F9F0FF</Color>
<Color x:Key="AntDesign.Color.GoldenPurple2">#EFDBFF</Color>
<Color x:Key="AntDesign.Color.GoldenPurple3">#D3ADF7</Color>
<Color x:Key="AntDesign.Color.GoldenPurple4">#B37FEB</Color>
<Color x:Key="AntDesign.Color.GoldenPurple5">#9254DE</Color>
<Color x:Key="AntDesign.Color.GoldenPurple6">#722ED1</Color>
<Color x:Key="AntDesign.Color.GoldenPurple7">#531DAB</Color>
<Color x:Key="AntDesign.Color.GoldenPurple8">#391085</Color>
<Color x:Key="AntDesign.Color.GoldenPurple9">#22075E</Color>
<Color x:Key="AntDesign.Color.GoldenPurple10">#120338</Color>
<Color x:Key="AntDesign.Color.Primary">#722ED1</Color>
<SolidColorBrush
Color="{StaticResource AntDesign.Color.GoldenPurple6}"
options:Freeze="True"
x:Key="PrimaryNormalBrush" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.GoldenPurple1}"
options:Freeze="True"
x:Key="AntDesign.Brush.SelectedBackground" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.GoldenPurple5}"
options:Freeze="True"
x:Key="AntDesign.Brush.Hover" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.GoldenPurple6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Normal" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.GoldenPurple7}"
options:Freeze="True"
x:Key="AntDesign.Brush.Press" />
</ResourceDictionary>