2024-10-01 22:49:47 +08:00
|
|
|
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2025-01-13 15:06:39 +08:00
|
|
|
<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>
|