misc: Information->Primary except Notification.

This commit is contained in:
Zhang Dian
2024-12-28 00:17:30 +08:00
parent 013eb39bac
commit 5770065960
8 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StaticResource x:Key="AdornerLayerBorderBrush" ResourceKey="SemiColorInformationLightActive" />
<StaticResource x:Key="AdornerLayerBorderBrush" ResourceKey="SemiColorPrimaryLightActive" />
<StaticResource x:Key="AdornerLayerSolidBorderBrush" ResourceKey="SemiColorText0" />
</ResourceDictionary>

View File

@@ -17,11 +17,11 @@
<StaticResource x:Key="CheckBoxCheckedPressedBorderBrush" ResourceKey="SemiColorLinkActive" />
<StaticResource x:Key="CheckBoxDefaultDisabledBackground" ResourceKey="SemiColorDisabledFill" />
<StaticResource x:Key="CheckBoxDefaultDisabledBorderBrush" ResourceKey="SemiColorBorder" />
<StaticResource x:Key="CheckBoxCheckedDisabledBackground" ResourceKey="SemiColorInformationDisabled" />
<StaticResource x:Key="CheckBoxCheckedDisabledBorderBrush" ResourceKey="SemiColorInformationDisabled" />
<StaticResource x:Key="CheckBoxCardCheckedBackground" ResourceKey="SemiColorInformationLight" />
<StaticResource x:Key="CheckBoxCheckedDisabledBackground" ResourceKey="SemiColorPrimaryDisabled" />
<StaticResource x:Key="CheckBoxCheckedDisabledBorderBrush" ResourceKey="SemiColorPrimaryDisabled" />
<StaticResource x:Key="CheckBoxCardCheckedBackground" ResourceKey="SemiColorPrimaryLight" />
<StaticResource x:Key="CheckBoxCardCheckedBorderBrush" ResourceKey="SemiColorLinkVisited" />
<StaticResource x:Key="CheckBoxCardCheckedDisabledBorderBrush" ResourceKey="SemiColorInformationDisabled" />
<StaticResource x:Key="CheckBoxCardCheckedDisabledBorderBrush" ResourceKey="SemiColorPrimaryDisabled" />
<StaticResource x:Key="CheckBoxCardPointeroverBackground" ResourceKey="SemiColorFill0" />
<StaticResource x:Key="CheckBoxCardPressedBackground" ResourceKey="SemiColorFill1" />
<StaticResource x:Key="CheckBoxCardCheckedPointeroverBorderBrush" ResourceKey="SemiColorLinkPointerover" />

View File

@@ -27,8 +27,8 @@
<StaticResource x:Key="ComboBoxItemPressedForeground" ResourceKey="SemiColorText0" />
<StaticResource x:Key="ComboBoxItemPressedBackground" ResourceKey="SemiColorFill1" />
<StaticResource x:Key="ComboBoxItemSelectedForeground" ResourceKey="SemiColorText0" />
<StaticResource x:Key="ComboBoxItemSelectedBackground" ResourceKey="SemiColorInformationLight" />
<StaticResource x:Key="ComboBoxItemSelectedPointeroverBackground" ResourceKey="SemiColorInformationLightPointerover" />
<StaticResource x:Key="ComboBoxItemSelectedBackground" ResourceKey="SemiColorPrimaryLight" />
<StaticResource x:Key="ComboBoxItemSelectedPointeroverBackground" ResourceKey="SemiColorPrimaryLightPointerover" />
<SolidColorBrush x:Key="ComboBoxItemDisabledBackground" Color="Transparent" />
<StaticResource x:Key="ComboBoxItemSelectedDisabledBackground" ResourceKey="SemiColorDisabledFill" />
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBackground" Color="Transparent" />

View File

@@ -7,8 +7,8 @@
<StaticResource x:Key="ListBoxItemPressedForeground" ResourceKey="SemiColorText0" />
<StaticResource x:Key="ListBoxItemPressedBackground" ResourceKey="SemiColorFill1" />
<StaticResource x:Key="ListBoxItemSelectedForeground" ResourceKey="SemiColorText0" />
<StaticResource x:Key="ListBoxItemSelectedBackground" ResourceKey="SemiColorInformationLight" />
<StaticResource x:Key="ListBoxItemSelectedPointeroverBackground" ResourceKey="SemiColorInformationLightPointerover" />
<StaticResource x:Key="ListBoxItemSelectedBackground" ResourceKey="SemiColorPrimaryLight" />
<StaticResource x:Key="ListBoxItemSelectedPointeroverBackground" ResourceKey="SemiColorPrimaryLightPointerover" />
<SolidColorBrush x:Key="ListBoxItemDisabledBackground" Color="Transparent" />
<StaticResource x:Key="ListBoxItemSelectedDisabledBackground" ResourceKey="SemiColorDisabledFill" />
</ResourceDictionary>

View File

@@ -12,11 +12,11 @@
<StaticResource x:Key="RadioButtonCheckIconDefaultBackground" ResourceKey="SemiColorLinkVisited" />
<StaticResource x:Key="RadioButtonCheckIconPointeroverBackground" ResourceKey="SemiColorLinkPointerover" />
<StaticResource x:Key="RadioButtonCheckIconPressedBackground" ResourceKey="SemiColorLinkActive" />
<StaticResource x:Key="RadioButtonCheckIconDisabledBackground" ResourceKey="SemiColorInformationDisabled" />
<StaticResource x:Key="RadioButtonCheckIconDisabledBackground" ResourceKey="SemiColorPrimaryDisabled" />
<StaticResource x:Key="RadioButtonCheckIconDefaultBorderBrush" ResourceKey="SemiColorLinkVisited" />
<StaticResource x:Key="RadioButtonCheckIconPointeroverBorderBrush" ResourceKey="SemiColorLinkPointerover" />
<StaticResource x:Key="RadioButtonCheckIconPressedBorderBrush" ResourceKey="SemiColorLinkActive" />
<StaticResource x:Key="RadioButtonCheckIconDisabledBorderBrush" ResourceKey="SemiColorInformationDisabled" />
<StaticResource x:Key="RadioButtonCheckIconDisabledBorderBrush" ResourceKey="SemiColorPrimaryDisabled" />
<SolidColorBrush x:Key="RadioButtonCheckGlyphFill" Color="White" />
<StaticResource x:Key="RadioButtonForeground" ResourceKey="SemiColorText0" />
<SolidColorBrush x:Key="RadioButtonDefaultBackground" Color="Transparent" />
@@ -32,7 +32,7 @@
<!-- CardRadioButton -->
<SolidColorBrush x:Key="RadioButtonCardDefaultBackground" Color="Transparent" />
<SolidColorBrush x:Key="RadioButtonCardDefaultBorderBrush" Color="Transparent" />
<StaticResource x:Key="RadioButtonCardCheckedBackground" ResourceKey="SemiColorInformationLight" />
<StaticResource x:Key="RadioButtonCardCheckedBackground" ResourceKey="SemiColorPrimaryLight" />
<StaticResource x:Key="RadioButtonCardCheckDefaultBorderBrush" ResourceKey="SemiColorLinkVisited" />
<StaticResource x:Key="RadioButtonCardCheckPointeroverBorderBrush" ResourceKey="SemiColorLinkPointerover" />
<StaticResource x:Key="RadioButtonCardCheckPressedBorderBrush" ResourceKey="SemiColorLinkActive" />

View File

@@ -7,7 +7,7 @@
<StaticResource x:Key="TextBlockWarningForeground" ResourceKey="SemiColorWarning" />
<StaticResource x:Key="TextBlockDangerForeground" ResourceKey="SemiColorDanger" />
<StaticResource x:Key="TextBlockDisabledForeground" ResourceKey="SemiColorDisabledText" />
<StaticResource x:Key="TextBlockMarkBackground" ResourceKey="SemiColorInformationLight" />
<StaticResource x:Key="TextBlockMarkBackground" ResourceKey="SemiColorPrimaryLight" />
<StaticResource x:Key="TextBlockCodeForeground" ResourceKey="SemiColorText2" />
<StaticResource x:Key="TextBlockCodeBackground" ResourceKey="SemiColorFill1" />
<StaticResource x:Key="TextBlockCodeBorderBrush" ResourceKey="SemiColorBorder" />

View File

@@ -35,7 +35,7 @@
<StaticResource x:Key="ToggleButtonDangerCheckedPressedBackground" ResourceKey="SemiColorDangerActive" />
<SolidColorBrush x:Key="ToggleButtonCheckedForeground" Color="White" />
<StaticResource x:Key="ToggleButtonCheckedDisabledBackground" ResourceKey="SemiColorDisabledBackground" />
<StaticResource x:Key="ToggleButtonPrimaryIndeterminateBackground" ResourceKey="SemiColorInformationLight" />
<StaticResource x:Key="ToggleButtonPrimaryIndeterminateBackground" ResourceKey="SemiColorPrimaryLight" />
<StaticResource x:Key="ToggleButtonSecondaryIndeterminateBackground" ResourceKey="SemiColorSecondaryLight" />
<StaticResource x:Key="ToggleButtonTertiaryIndeterminateBackground" ResourceKey="SemiColorTertiaryLight" />
<StaticResource x:Key="ToggleButtonSuccessIndeterminateBackground" ResourceKey="SemiColorSuccessLight" />

View File

@@ -8,7 +8,7 @@
<StaticResource x:Key="TreeViewItemPointeroverBackground" ResourceKey="SemiColorFill0" />
<StaticResource x:Key="TreeViewItemPressedBackground" ResourceKey="SemiColorFill1" />
<StaticResource x:Key="TreeViewItemSelectedForeground" ResourceKey="SemiColorText0" />
<StaticResource x:Key="TreeViewItemSelectedBackground" ResourceKey="SemiColorInformationLight" />
<StaticResource x:Key="TreeViewItemSelectedBackground" ResourceKey="SemiColorPrimaryLight" />
<SolidColorBrush x:Key="TreeViewItemDisabledBackground" Color="Transparent" />
<StaticResource x:Key="TreeViewItemSelectedDisabledBackground" ResourceKey="SemiColorDisabledFill" />
</ResourceDictionary>