|
21 | 21 | TargetType="{x:Type TextBlock}"> |
22 | 22 | <Setter Property="Foreground" Value="#FF000000" /> |
23 | 23 | </Style> |
| 24 | + <Style x:Key="ItemGlyphSelectedStyle" TargetType="{x:Type TextBlock}"> |
| 25 | + <Setter Property="Foreground" Value="#FF000000" /> |
| 26 | + <Setter Property="VerticalAlignment" Value="Center" /> |
| 27 | + <Setter Property="HorizontalAlignment" Value="Center" /> |
| 28 | + <Setter Property="Width" Value="25" /> |
| 29 | + <Setter Property="Height" Value="25" /> |
| 30 | + <Setter Property="FontSize" Value="25" /> |
| 31 | + </Style> |
24 | 32 | <Style x:Key="WindowRadius" TargetType="{x:Type Border}"> |
25 | 33 | <Setter Property="CornerRadius" Value="0" /> |
26 | 34 | </Style> |
|
79 | 87 | x:Key="ItemSubTitleStyle" |
80 | 88 | BasedOn="{StaticResource BaseItemSubTitleStyle}" |
81 | 89 | TargetType="{x:Type TextBlock}"> |
82 | | - <Setter Property="Foreground" Value="#818181" /> |
| 90 | + <Setter Property="Foreground" Value="#85000000" /> |
83 | 91 | </Style> |
84 | 92 | <Style |
85 | 93 | x:Key="ItemTitleSelectedStyle" |
|
91 | 99 | x:Key="ItemSubTitleSelectedStyle" |
92 | 100 | BasedOn="{StaticResource BaseItemSubTitleSelectedStyle}" |
93 | 101 | TargetType="{x:Type TextBlock}"> |
94 | | - <Setter Property="Foreground" Value="#72767d" /> |
| 102 | + <Setter Property="Foreground" Value="#85000000" /> |
95 | 103 | </Style> |
96 | 104 | <SolidColorBrush |
97 | 105 | x:Key="ItemSelectedBackgroundColor" |
98 | | - Opacity="0.5" |
99 | | - Color="#ccd0d4" /> |
| 106 | + Opacity="0.6" |
| 107 | + Color="#33000000" /> |
100 | 108 |
|
101 | 109 | <Style |
102 | 110 | x:Key="SeparatorStyle" |
|
135 | 143 | BasedOn="{StaticResource BaseSearchIconStyle}" |
136 | 144 | TargetType="{x:Type Path}"> |
137 | 145 | <Setter Property="Fill" Value="#000000" /> |
138 | | - <Setter Property="Width" Value="32" /> |
139 | | - <Setter Property="Height" Value="32" /> |
| 146 | + <Setter Property="Width" Value="30" /> |
| 147 | + <Setter Property="Height" Value="30" /> |
140 | 148 | <Setter Property="Opacity" Value="0.2" /> |
141 | 149 | </Style> |
142 | 150 | <Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}"> |
|
0 commit comments