mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-17 23:16:40 +08:00
14 lines
1.2 KiB
XML
14 lines
1.2 KiB
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<StaticResource x:Key="TreeViewItemDefaultForeground" ResourceKey="SemiColorText0" />
|
|
<StaticResource x:Key="TreeViewItemIconDefaultForeground" ResourceKey="SemiColorText2" />
|
|
<StaticResource x:Key="TreeViewItemIconHoverForeground" ResourceKey="SemiColorText0" />
|
|
<StaticResource x:Key="TreeViewItemDisabledForeground" ResourceKey="SemiColorDisabledText" />
|
|
<SolidColorBrush x:Key="TreeViewItemDefaultBackground" Color="Transparent" />
|
|
<StaticResource x:Key="TreeViewItemPointeroverForeground" ResourceKey="SemiColorText0" />
|
|
<StaticResource x:Key="TreeViewItemPointeroverBackground" ResourceKey="SemiColorFill0" />
|
|
<StaticResource x:Key="TreeViewItemPressedBackground" ResourceKey="SemiColorFill1" />
|
|
<StaticResource x:Key="TreeViewItemSelectedForeground" ResourceKey="SemiColorText0" />
|
|
<StaticResource x:Key="TreeViewItemSelectedBackground" ResourceKey="SemiColorPrimaryLight" />
|
|
<SolidColorBrush x:Key="TreeViewItemDisabledBackground" Color="Transparent" />
|
|
<StaticResource x:Key="TreeViewItemSelectedDisabledBackground" ResourceKey="SemiColorDisabledFill" />
|
|
</ResourceDictionary> |