1
+ <!--
2
+ Name: Rider
3
+ IsDark: False
4
+ HasBlur: False
5
+ -->
1
6
<ResourceDictionary
2
7
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
8
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
9
xmlns : system =" clr-namespace:System;assembly=mscorlib" >
10
+
5
11
<ResourceDictionary .MergedDictionaries>
6
12
<ResourceDictionary Source =" pack://application:,,,/Themes/Base.xaml" />
7
13
</ResourceDictionary .MergedDictionaries>
8
- <Thickness x : Key =" ResultMargin" >0 0 0 8</Thickness >
9
14
<Style
10
15
x : Key =" ItemGlyph"
11
16
BasedOn =" {StaticResource BaseGlyphStyle}"
12
17
TargetType =" {x:Type TextBlock}" >
13
- <Setter Property =" Foreground" Value =" #ebebeb " />
18
+ <Setter Property =" Foreground" Value =" #dfe1e5 " />
14
19
</Style >
15
20
<Style
16
21
x : Key =" QueryBoxStyle"
17
22
BasedOn =" {StaticResource BaseQueryBoxStyle}"
18
23
TargetType =" {x:Type TextBox}" >
19
- <Setter Property =" Foreground" Value =" #ebebeb" />
20
- <Setter Property =" Background" Value =" Transparent" />
24
+ <Setter Property =" Padding" Value =" 0 4 50 0" />
25
+ <Setter Property =" Foreground" Value =" #dfe1e5" />
26
+ <Setter Property =" FontSize" Value =" 18" />
27
+ <Setter Property =" Height" Value =" 38" />
21
28
</Style >
22
29
23
30
<Style
24
31
x : Key =" QuerySuggestionBoxStyle"
25
32
BasedOn =" {StaticResource BaseQuerySuggestionBoxStyle}"
26
33
TargetType =" {x:Type TextBox}" >
27
- <Setter Property =" Foreground" Value =" #ebebeb" />
28
- <Setter Property =" Opacity" Value =" 0.2" />
34
+ <Setter Property =" Padding" Value =" 0 4 50 0" />
35
+ <Setter Property =" Background" Value =" Transparent" />
36
+ <Setter Property =" Height" Value =" 38" />
37
+ <Setter Property =" FontSize" Value =" 18" />
38
+ <Setter Property =" Foreground" Value =" #24DFE1E5" />
29
39
</Style >
30
40
31
41
<Style
32
42
x : Key =" WindowBorderStyle"
33
43
BasedOn =" {StaticResource BaseWindowBorderStyle}"
34
44
TargetType =" {x:Type Border}" >
35
- <Setter Property =" CornerRadius" Value =" 5" />
36
- <Setter Property =" BorderThickness" Value =" 1,1,0,0" />
37
- <Setter Property =" BorderBrush" Value =" #666666" />
38
- <Setter Property =" Background" >
39
- <Setter .Value>
40
- <SolidColorBrush Opacity =" 0.95" Color =" #333333" />
41
- </Setter .Value>
42
- </Setter >
45
+ <Setter Property =" BorderThickness" Value =" 1" />
46
+ <Setter Property =" BorderBrush" Value =" #393b40" />
47
+ <Setter Property =" Background" Value =" #2b2d30" />
48
+ <Setter Property =" CornerRadius" Value =" 8" />
49
+ <Setter Property =" UseLayoutRounding" Value =" True" />
43
50
</Style >
44
-
45
51
<Style
46
52
x : Key =" WindowStyle"
47
53
BasedOn =" {StaticResource BaseWindowStyle}"
48
- TargetType =" {x:Type Window}" >
49
- <Setter Property =" Background" >
50
- <Setter .Value>
51
- <SolidColorBrush Opacity =" 0.5" Color =" White" />
52
- </Setter .Value>
53
- </Setter >
54
- </Style >
55
-
54
+ TargetType =" {x:Type Window}" />
56
55
<Style
57
56
x : Key =" PendingLineStyle"
58
57
BasedOn =" {StaticResource BasePendingLineStyle}"
63
62
x : Key =" ItemTitleStyle"
64
63
BasedOn =" {StaticResource BaseItemTitleStyle}"
65
64
TargetType =" {x:Type TextBlock}" >
66
- <Setter Property =" Foreground" Value =" #ebebeb " />
65
+ <Setter Property =" Foreground" Value =" #dfe1e5 " />
67
66
</Style >
68
67
<Style
69
68
x : Key =" ItemSubTitleStyle"
70
69
BasedOn =" {StaticResource BaseItemSubTitleStyle}"
71
70
TargetType =" {x:Type TextBlock}" >
72
- <Setter Property =" Foreground" Value =" #787878 " />
71
+ <Setter Property =" Foreground" Value =" #6f737a " />
73
72
</Style >
73
+ <Style
74
+ x : Key =" SeparatorStyle"
75
+ BasedOn =" {StaticResource BaseSeparatorStyle}"
76
+ TargetType =" {x:Type Rectangle}" >
77
+ <Setter Property =" Fill" Value =" #393b40" />
78
+ <Setter Property =" Height" Value =" 1" />
79
+ <Setter Property =" Margin" Value =" 0 0 0 8" />
80
+ </Style >
81
+ <Style x : Key =" HighlightStyle" />
74
82
<Style
75
83
x : Key =" ItemTitleSelectedStyle"
76
84
BasedOn =" {StaticResource BaseItemTitleSelectedStyle}"
77
85
TargetType =" {x:Type TextBlock}" >
78
- <Setter Property =" Foreground" Value =" #ffffff " />
86
+ <Setter Property =" Foreground" Value =" #dfe1e5 " />
79
87
</Style >
80
88
<Style
81
89
x : Key =" ItemSubTitleSelectedStyle"
82
90
BasedOn =" {StaticResource BaseItemSubTitleSelectedStyle}"
83
91
TargetType =" {x:Type TextBlock}" >
84
- <Setter Property =" Foreground" Value =" #949494 " />
92
+ <Setter Property =" Foreground" Value =" #dfe1e5 " />
85
93
</Style >
86
- <SolidColorBrush x : Key =" ItemSelectedBackgroundColor" >#545454 </SolidColorBrush >
94
+ <SolidColorBrush x : Key =" ItemSelectedBackgroundColor" >#2e436e </SolidColorBrush >
87
95
88
96
<!-- button style in the middle of the scrollbar -->
89
97
<Style
94
102
<Setter .Value>
95
103
<ControlTemplate TargetType =" {x:Type Thumb}" >
96
104
<Border
97
- Background =" #525252 "
105
+ Background =" #393b40 "
98
106
BorderBrush =" Transparent"
99
107
BorderThickness =" 0"
100
108
CornerRadius =" 2"
106
114
<Style
107
115
x : Key =" ScrollBarStyle"
108
116
BasedOn =" {StaticResource BaseScrollBarStyle}"
109
- TargetType =" {x:Type ScrollBar}" >
110
- <Setter Property =" Background" Value =" #a0a0a0" />
111
- </Style >
117
+ TargetType =" {x:Type ScrollBar}" />
112
118
<Style
113
119
x : Key =" SearchIconStyle"
114
120
BasedOn =" {StaticResource BaseSearchIconStyle}"
115
121
TargetType =" {x:Type Path}" >
116
- <Setter Property =" Fill" Value =" #FFFFFF" />
122
+ <Setter Property =" Fill" Value =" #6f737a" />
123
+ <Setter Property =" Width" Value =" 24" />
124
+ <Setter Property =" Height" Value =" 24" />
125
+ </Style >
126
+ <Style x : Key =" SearchIconPosition" TargetType =" {x:Type Canvas}" >
127
+ <Setter Property =" Background" Value =" #2b2d30" />
117
128
<Setter Property =" Width" Value =" 32" />
118
129
<Setter Property =" Height" Value =" 32" />
119
- <Setter Property =" Opacity" Value =" 0.2" />
120
- </Style >
121
- <Style
122
- x : Key =" SeparatorStyle"
123
- BasedOn =" {StaticResource BaseSeparatorStyle}"
124
- TargetType =" {x:Type Rectangle}" >
125
- <Setter Property =" Fill" Value =" #474747" />
126
- <Setter Property =" Height" Value =" 1" />
127
- <Setter Property =" Margin" Value =" 0,0,0,8" />
130
+ <Setter Property =" Margin" Value =" 0 8 8 0" />
131
+ <Setter Property =" HorizontalAlignment" Value =" Right" />
128
132
</Style >
133
+
129
134
<Style x : Key =" ItemHotkeyStyle" TargetType =" {x:Type TextBlock}" >
130
- <Setter Property =" FontSize" Value =" 14 " />
131
- <Setter Property =" Foreground" Value =" #787878 " />
135
+ <Setter Property =" FontSize" Value =" 12 " />
136
+ <Setter Property =" Foreground" Value =" #6f737a " />
132
137
</Style >
133
138
<Style x : Key =" ItemHotkeySelectedStyle" TargetType =" {x:Type TextBlock}" >
134
- <Setter Property =" FontSize" Value =" 14" />
135
- <Setter Property =" Foreground" Value =" #787878" />
139
+ <Setter Property =" FontSize" Value =" 12" />
140
+ <Setter Property =" Foreground" Value =" #6f737a" />
141
+ </Style >
142
+ <Style x : Key =" ItemGlyphSelectedStyle" TargetType =" {x:Type TextBlock}" >
143
+ <Setter Property =" Foreground" Value =" #dfe1e5" />
144
+ <Setter Property =" VerticalAlignment" Value =" Center" />
145
+ <Setter Property =" HorizontalAlignment" Value =" Center" />
146
+ <Setter Property =" Width" Value =" 25" />
147
+ <Setter Property =" Height" Value =" 25" />
148
+ <Setter Property =" FontSize" Value =" 25" />
149
+ </Style >
150
+ <CornerRadius x : Key =" ItemRadius" >8</CornerRadius >
151
+ <Thickness x : Key =" ItemMargin" >10 0 10 0</Thickness >
152
+ <Thickness x : Key =" ResultMargin" >0 0 0 10</Thickness >
153
+ <Style
154
+ x : Key =" ClockPanel"
155
+ BasedOn =" {StaticResource ClockPanel}"
156
+ TargetType =" {x:Type StackPanel}" >
157
+ <Setter Property =" Margin" Value =" 0 0 54 0" />
136
158
</Style >
137
159
<Style
138
160
x : Key =" ClockBox"
139
161
BasedOn =" {StaticResource BaseClockBox}"
140
162
TargetType =" {x:Type TextBlock}" >
141
- <Setter Property =" Foreground" Value =" #787878 " />
163
+ <Setter Property =" Foreground" Value =" #6f737a " />
142
164
</Style >
143
165
<Style
144
166
x : Key =" DateBox"
145
167
BasedOn =" {StaticResource BaseDateBox}"
146
168
TargetType =" {x:Type TextBlock}" >
147
- <Setter Property =" Foreground" Value =" #787878 " />
169
+ <Setter Property =" Foreground" Value =" #6f737a " />
148
170
</Style >
149
171
<Style
150
172
x : Key =" PreviewBorderStyle"
151
173
BasedOn =" {StaticResource BasePreviewBorderStyle}"
152
174
TargetType =" {x:Type Border}" >
153
- <Setter Property =" BorderBrush" Value =" #474747" />
175
+ <Setter Property =" Margin" Value =" 0 0 10 8" />
176
+ <Setter Property =" BorderBrush" Value =" #393b40" />
154
177
</Style >
155
-
156
178
<Style
157
179
x : Key =" PreviewItemTitleStyle"
158
180
BasedOn =" {StaticResource BasePreviewItemTitleStyle}"
159
181
TargetType =" {x:Type TextBlock}" >
160
- <Setter Property =" Foreground" Value =" #ebebeb " />
182
+ <Setter Property =" Foreground" Value =" #6f737a " />
161
183
</Style >
162
184
<Style
163
185
x : Key =" PreviewItemSubTitleStyle"
164
186
BasedOn =" {StaticResource BasePreviewItemSubTitleStyle}"
165
187
TargetType =" {x:Type TextBlock}" >
166
- <Setter Property =" Foreground" Value =" #787878 " />
188
+ <Setter Property =" Foreground" Value =" #6f737a " />
167
189
</Style >
168
190
<Style
169
191
x : Key =" PreviewGlyph"
170
192
BasedOn =" {StaticResource BasePreviewGlyph}"
171
193
TargetType =" {x:Type TextBlock}" >
172
- <Setter Property =" Foreground" Value =" #ebebeb " />
194
+ <Setter Property =" Foreground" Value =" #dfe1e5 " />
173
195
</Style >
174
- </ResourceDictionary >
196
+ </ResourceDictionary >
0 commit comments