Files
ShrlAlgoToolkit/AntDesignWPF/Themes/Primary/CalendulaGold.xaml
2025-07-31 20:12:24 +08:00

40 lines
2.2 KiB
XML

<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">
<!-- 金盏花 (CalendulaCalendulaGold) -->
<!--Alert亮色背景-->
<Color x:Key="AntDesign.Color.CalendulaGold1">#FFFBE6</Color>
<Color x:Key="AntDesign.Color.CalendulaGold2">#FFF1B8</Color>
<!--Alert亮色边框背景-->
<Color x:Key="AntDesign.Color.CalendulaGold3">#FFE58F</Color>
<Color x:Key="AntDesign.Color.CalendulaGold4">#FFD666</Color>
<Color x:Key="AntDesign.Color.CalendulaGold5">#FFC53D</Color>
<Color x:Key="AntDesign.Color.CalendulaGold6">#FAAD14</Color>
<Color x:Key="AntDesign.Color.CalendulaGold7">#D48806</Color>
<!--Alert Warning暗色边框背景-->
<Color x:Key="AntDesign.Color.CalendulaGold8">#AD6800</Color>
<Color x:Key="AntDesign.Color.CalendulaGold9">#874D00</Color>
<!--Alert Warning暗色背景-->
<Color x:Key="AntDesign.Color.CalendulaGold10">#613400</Color>
<Color x:Key="AntDesign.Color.Primary">#FAAD14</Color>
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
Color="{StaticResource AntDesign.Color.Primary}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
Color="{StaticResource AntDesign.Color.Primary}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
Color="{StaticResource AntDesign.Color.CalendulaGold1}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
Color="{StaticResource AntDesign.Color.CalendulaGold5}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
Color="{StaticResource AntDesign.Color.Primary}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Press"
Color="{StaticResource AntDesign.Color.CalendulaGold7}"
options:Freeze="True" />
</ResourceDictionary>