47 lines
2.1 KiB
Plaintext
47 lines
2.1 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">
|
||
|
|
<!-- 金盏花 (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
|
||
|
|
Color="{StaticResource AntDesign.Color.Primary}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="PrimaryNormalBrush" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.Primary}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Brand" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.CalendulaGold1}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.SelectedBackground" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.CalendulaGold5}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Hover" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.Primary}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Normal" />
|
||
|
|
<SolidColorBrush
|
||
|
|
Color="{StaticResource AntDesign.Color.CalendulaGold7}"
|
||
|
|
options:Freeze="True"
|
||
|
|
x:Key="AntDesign.Brush.Press" />
|
||
|
|
</ResourceDictionary>
|