File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 13
13
<SolidColorBrush x : Key =" SubTitleSelectedForeground" Color =" #33FFFFFF" />
14
14
<SolidColorBrush x : Key =" SearchIconForeground" Color =" #33FFFFFF" />
15
15
<SolidColorBrush x : Key =" SeparatorForeground" Color =" #24FFFFFF" />
16
- <SolidColorBrush x : Key =" ThumbColor" Color =" #9a9a9a " />
16
+ <SolidColorBrush x : Key =" ThumbColor" Color =" #28F7F3FF " />
17
17
<SolidColorBrush x : Key =" InlineHighlight" Color =" #0078d7" />
18
18
<SolidColorBrush x : Key =" HotkeyForeground" Color =" #33FFFFFF" />
19
19
<SolidColorBrush x : Key =" HotkeySelectedForeground" Color =" #33FFFFFF" />
Original file line number Diff line number Diff line change 13
13
<SolidColorBrush x : Key =" SubTitleSelectedForeground" Color =" #72767d" />
14
14
<SolidColorBrush x : Key =" SearchIconForeground" Color =" #20000000" />
15
15
<SolidColorBrush x : Key =" SeparatorForeground" Color =" #20000000" />
16
- <SolidColorBrush x : Key =" ThumbColor" Color =" #868686 " />
16
+ <SolidColorBrush x : Key =" ThumbColor" Color =" #1F000000 " />
17
17
<SolidColorBrush x : Key =" InlineHighlight" Color =" #0078d7" />
18
18
<SolidColorBrush x : Key =" HotkeyForeground" Color =" #51000000" />
19
19
<SolidColorBrush x : Key =" HotkeySelectedForeground" Color =" #51000000" />
Original file line number Diff line number Diff line change 33
33
<Setter Property =" CornerRadius" Value =" 2" />
34
34
<Setter Property =" Background" Value =" {DynamicResource BasicSystemAccentColor}" />
35
35
</Style >
36
+ <Style x : Key =" ImageIconStyle" TargetType =" {x:Type Image}" >
37
+ <Setter Property =" Height" Value =" 32" />
38
+ <Setter Property =" Width" Value =" 32" />
39
+ <Setter Property =" Margin" Value =" -2 0 0 0" />
40
+ </Style >
36
41
<Style
37
42
x : Key =" ItemGlyph"
38
43
BasedOn =" {StaticResource BaseGlyphStyle}"
39
44
TargetType =" {x:Type TextBlock}" >
40
45
<Setter Property =" Foreground" Value =" {DynamicResource Color05B}" />
41
- <Setter Property =" Margin" Value =" 0 0 0 0" />
46
+ <Setter Property =" Margin" Value =" -2 0 0 0" />
42
47
</Style >
43
48
<Style
44
49
x : Key =" QueryBoxStyle"
182
187
<Setter Property =" Foreground" Value =" {DynamicResource Color05B}" />
183
188
<Setter Property =" VerticalAlignment" Value =" Center" />
184
189
<Setter Property =" HorizontalAlignment" Value =" Center" />
185
- <Setter Property =" Margin" Value =" 0 0 0 0" />
190
+ <Setter Property =" Margin" Value =" -2 0 0 0" />
186
191
<Setter Property =" Width" Value =" 25" />
187
192
<Setter Property =" Height" Value =" 25" />
188
193
<Setter Property =" FontSize" Value =" 25" />
You can’t perform that action at this time.
0 commit comments