fix: fix backgrounds.

This commit is contained in:
rabbitism
2023-02-03 12:46:34 +08:00
parent 931e09701a
commit 48d36d1418
18 changed files with 58 additions and 71 deletions

View File

@@ -14,8 +14,8 @@
<SolidColorBrush x:Key="TreeViewItemDisabledForeground" Opacity="0.35" Color="#F9F9F9" />
<SolidColorBrush x:Key="TreeViewItemDefaultBackground" Color="Transparent" />
<SolidColorBrush x:Key="TreeViewItemPointerOverBackground" Opacity="0.05" Color="#E6E8EA" />
<SolidColorBrush x:Key="TreeViewItemPressedBackground" Opacity="0.09" Color="#E6E8EA" />
<SolidColorBrush x:Key="TreeViewItemPointerOverBackground" Opacity="0.12" Color="White" />
<SolidColorBrush x:Key="TreeViewItemPressedBackground" Opacity="0.16" Color="White" />
<SolidColorBrush x:Key="TreeViewItemSelectedBackground" Color="#053170" />
<SolidColorBrush x:Key="TreeViewItemDisabledBackground" Color="Transparent" />
<SolidColorBrush x:Key="TreeViewItemSelectedDisabledBackground" Opacity="0.04" Color="#E6E8EA" />