mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-13 04:59:26 +08:00
9 lines
790 B
XML
9 lines
790 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<StaticResource x:Key="ExpanderSeparatorBorderBrush" ResourceKey="SemiColorButtonText" />
|
|
<StaticResource x:Key="ExpanderHeaderForeground" ResourceKey="SemiColorButtonText" />
|
|
<StaticResource x:Key="ExpanderHeaderDisabledForeground" ResourceKey="SemiColorGrayText" />
|
|
<StaticResource x:Key="ExpanderHeaderDefaultBackground" ResourceKey="SemiColorWindow" />
|
|
<StaticResource x:Key="ExpanderHeaderHoverBackground" ResourceKey="SemiColorHighlightText" />
|
|
<StaticResource x:Key="ExpanderHeaderPressedBackground" ResourceKey="SemiColorWindow" />
|
|
<StaticResource x:Key="ExpanderContentForeground" ResourceKey="SemiColorWindowText" />
|
|
</ResourceDictionary> |