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

37 lines
1.9 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">
<!-- 青柠 (Lime) -->
<Color x:Key="AntDesign.Color.Lime1">#FCFFE6</Color>
<Color x:Key="AntDesign.Color.Lime2">#F4FFB8</Color>
<Color x:Key="AntDesign.Color.Lime3">#EAFF8F</Color>
<Color x:Key="AntDesign.Color.Lime4">#D3F261</Color>
<Color x:Key="AntDesign.Color.Lime5">#BEF642</Color>
<Color x:Key="AntDesign.Color.Lime6">#A0D911</Color>
<Color x:Key="AntDesign.Color.Lime7">#7CB305</Color>
<Color x:Key="AntDesign.Color.Lime8">#5B8C00</Color>
<Color x:Key="AntDesign.Color.Lime9">#3F6600</Color>
<Color x:Key="AntDesign.Color.Lime10">#254000</Color>
<Color x:Key="AntDesign.Color.Primary">#A0D911</Color>
<SolidColorBrush x:Key="AntDesign.Brush.Primary"
Color="{StaticResource AntDesign.Color.Lime6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Brand"
Color="{StaticResource AntDesign.Color.Lime6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.SelectedBackground"
Color="{StaticResource AntDesign.Color.Lime1}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Hover"
Color="{StaticResource AntDesign.Color.Blue5}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Normal"
Color="{StaticResource AntDesign.Color.Lime6}"
options:Freeze="True" />
<SolidColorBrush x:Key="AntDesign.Brush.Press"
Color="{StaticResource AntDesign.Color.Lime7}"
options:Freeze="True" />
</ResourceDictionary>