File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
<SolidColorBrush x : Key =" QuerySelectionBrush" Color =" #4a5459" />
12
12
<SolidColorBrush x : Key =" SubTitleForeground" Color =" #7b7b7b" />
13
13
<SolidColorBrush x : Key =" SubTitleSelectedForeground" Color =" #7b7b7b" />
14
- <SolidColorBrush x : Key =" SearchIconForeground" Color =" #14ffffff " />
14
+ <SolidColorBrush x : Key =" SearchIconForeground" Color =" #4d4d4d " />
15
15
<SolidColorBrush x : Key =" SeparatorForeground" Color =" #14ffffff" />
16
16
<SolidColorBrush x : Key =" ThumbColor" Color =" #9a9a9a" />
17
17
<SolidColorBrush x : Key =" InlineHighlight" Color =" #0078d7" />
Original file line number Diff line number Diff line change 11
11
<SolidColorBrush x : Key =" QuerySelectionBrush" Color =" #0a68d8" />
12
12
<SolidColorBrush x : Key =" SubTitleForeground" Color =" #818181" />
13
13
<SolidColorBrush x : Key =" SubTitleSelectedForeground" Color =" #72767d" />
14
- <SolidColorBrush x : Key =" SearchIconForeground" Color =" #14000000 " />
14
+ <SolidColorBrush x : Key =" SearchIconForeground" Color =" #d3d3d3 " />
15
15
<SolidColorBrush x : Key =" SeparatorForeground" Color =" #14000000" />
16
16
<SolidColorBrush x : Key =" ThumbColor" Color =" #868686" />
17
17
<SolidColorBrush x : Key =" InlineHighlight" Color =" #0078d7" />
18
18
<SolidColorBrush x : Key =" HotkeyForeground" Color =" #acacac" />
19
19
<SolidColorBrush x : Key =" HotkeySelectedForeground" Color =" #acacac" />
20
- <SolidColorBrush x : Key =" ClockDateForeground" Color =" #bebebe " />
20
+ <SolidColorBrush x : Key =" ClockDateForeground" Color =" #d3d3d3 " />
21
21
<Color x : Key =" ItemSelectedBackgroundColorBrush" >#198F8F8F</Color >
22
22
23
23
<SolidColorBrush x : Key =" Color00B" Color =" #fbfbfb" />
Original file line number Diff line number Diff line change 175
175
x : Key =" ClockBox"
176
176
BasedOn =" {StaticResource BaseClockBox}"
177
177
TargetType =" {x:Type TextBlock}" >
178
- <Setter Property =" Foreground" Value =" {DynamicResource HotkeyForeground }" />
178
+ <Setter Property =" Foreground" Value =" {DynamicResource ClockDateForeground }" />
179
179
</Style >
180
180
<Style
181
181
x : Key =" DateBox"
182
182
BasedOn =" {StaticResource BaseDateBox}"
183
183
TargetType =" {x:Type TextBlock}" >
184
- <Setter Property =" Foreground" Value =" {DynamicResource HotkeyForeground }" />
184
+ <Setter Property =" Foreground" Value =" {DynamicResource ClockDateForeground }" />
185
185
</Style >
186
186
<Style
187
187
x : Key =" PreviewBorderStyle"
You can’t perform that action at this time.
0 commit comments