|
21 | 21 | <Setter Property="SelectionBrush" Value="#0a68d8" />
|
22 | 22 | <Setter Property="Height" Value="42" />
|
23 | 23 | <Setter Property="FontSize" Value="24" />
|
24 |
| - <Setter Property="Padding" Value="0,0,66,0" /> |
| 24 | + <Setter Property="Padding" Value="0 0 66 0" /> |
25 | 25 | </Style>
|
26 | 26 | <Style
|
27 | 27 | x:Key="QuerySuggestionBoxStyle"
|
28 | 28 | BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
|
29 | 29 | TargetType="{x:Type TextBox}">
|
30 | 30 | <Setter Property="Foreground" Value="#72767d" />
|
31 |
| - <Setter Property="Background" Value="#36393f" /> |
| 31 | + <Setter Property="Background" Value="#2e2e34" /> |
32 | 32 | <Setter Property="Height" Value="42" />
|
33 | 33 | <Setter Property="FontSize" Value="24" />
|
34 |
| - <Setter Property="Padding" Value="0,0,66,0" /> |
| 34 | + <Setter Property="Padding" Value="0 0 66 0" /> |
35 | 35 | </Style>
|
36 | 36 | <Style
|
37 | 37 | x:Key="WindowBorderStyle"
|
38 | 38 | BasedOn="{StaticResource BaseWindowBorderStyle}"
|
39 | 39 | TargetType="{x:Type Border}">
|
40 | 40 | <Setter Property="BorderThickness" Value="2" />
|
41 |
| - <Setter Property="BorderBrush" Value="#2f3136" /> |
| 41 | + <Setter Property="BorderBrush" Value="#3a3a41" /> |
42 | 42 | <Setter Property="CornerRadius" Value="4" />
|
43 |
| - <Setter Property="Background" Value="#36393f" /> |
| 43 | + <Setter Property="Background" Value="#2e2e34" /> |
44 | 44 | </Style>
|
45 | 45 | <Style
|
46 | 46 | x:Key="WindowStyle"
|
|
91 | 91 | <Setter Property="Cursor" Value="Arrow" />
|
92 | 92 | <Setter Property="Foreground" Value="#72767d" />
|
93 | 93 | </Style>
|
94 |
| - <SolidColorBrush x:Key="ItemSelectedBackgroundColor">#49443c</SolidColorBrush> |
| 94 | + <SolidColorBrush x:Key="ItemSelectedBackgroundColor">#36363d</SolidColorBrush> |
95 | 95 | <Style
|
96 | 96 | x:Key="ItemImageSelectedStyle"
|
97 | 97 | BasedOn="{StaticResource BaseItemImageSelectedStyle}"
|
98 | 98 | TargetType="{x:Type Image}">
|
99 | 99 | <Setter Property="Cursor" Value="Arrow" />
|
100 | 100 | </Style>
|
101 |
| - <Style x:Key="HighlightStyle"> |
102 |
| - <Setter Property="Inline.FontWeight" Value="Bold" /> |
103 |
| - </Style> |
| 101 | + <Style x:Key="HighlightStyle" /> |
104 | 102 | <Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}">
|
105 | 103 | <Setter Property="FontSize" Value="15" />
|
106 | 104 | <Setter Property="Foreground" Value="#72767d" />
|
|
124 | 122 | <Setter.Value>
|
125 | 123 | <ControlTemplate TargetType="{x:Type Thumb}">
|
126 | 124 | <Border
|
127 |
| - Background="#202225" |
| 125 | + Background="#787881" |
128 | 126 | BorderBrush="Transparent"
|
129 | 127 | BorderThickness="0"
|
130 | 128 | CornerRadius="2"
|
|
141 | 139 | x:Key="SeparatorStyle"
|
142 | 140 | BasedOn="{StaticResource BaseSeparatorStyle}"
|
143 | 141 | TargetType="{x:Type Rectangle}">
|
144 |
| - <Setter Property="Fill" Value="#42454a" /> |
| 142 | + <Setter Property="Fill" Value="#3a3a41" /> |
145 | 143 | <Setter Property="Height" Value="1" />
|
146 |
| - <Setter Property="Margin" Value="12,0,12,6" /> |
| 144 | + <Setter Property="Margin" Value="0 0 0 0" /> |
147 | 145 | </Style>
|
148 | 146 | <Style
|
149 | 147 | x:Key="SearchIconStyle"
|
|
170 | 168 | BasedOn="{StaticResource BasePreviewBorderStyle}"
|
171 | 169 | TargetType="{x:Type Border}">
|
172 | 170 | <Setter Property="BorderBrush" Value="#42454a" />
|
| 171 | + <Setter Property="Margin" Value="0 0 0 0" /> |
173 | 172 | </Style>
|
174 | 173 | <Style
|
175 | 174 | x:Key="PreviewItemTitleStyle"
|
|
0 commit comments