Files
Semi.Avalonia/src/Semi.Avalonia/Themes/HighContrast/CaptionButtons.axaml

7 lines
618 B
Plaintext
Raw Normal View History

2024-10-01 22:49:47 +08:00
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StaticResource x:Key="CaptionButtonPointeroverBackground" ResourceKey="SemiColorHotlight" />
<StaticResource x:Key="CaptionButtonPressedBackground" ResourceKey="SemiColorHotlight" />
<StaticResource x:Key="CaptionButtonClosePointeroverBackground" ResourceKey="SemiColorHotlight" />
<StaticResource x:Key="CaptionButtonClosePressedBackground" ResourceKey="SemiColorHotlight" />
<StaticResource x:Key="CaptionButtonForeground" ResourceKey="SemiColorButtonText" />
2024-10-01 22:49:47 +08:00
</ResourceDictionary>