Files
Semi.Avalonia/src/Semi.Avalonia/Themes/Dark/TreeView.axaml
2024-12-28 01:16:46 +08:00

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>