@@ -31,7 +31,7 @@ define-function: (
31
31
// color of the typename (struct, module, method, ...) before search results
32
32
assert-css: (
33
33
".result-name .typename",
34
- {"color": "#888" },
34
+ {"color": |grey| },
35
35
ALL,
36
36
)
37
37
},
@@ -75,6 +75,7 @@ store-value: (entry_color, "#0096cf") // color of the search entry
75
75
store-value: (hover_entry_color, "#fff") // color of the hovered/focused search entry
76
76
store-value: (background_color, "transparent") // background color
77
77
store-value: (hover_background_color, "#3c3c3c") // hover background color
78
+ store-value: (grey, "#999")
78
79
79
80
call-function: (
80
81
"check-result-color", (
@@ -186,6 +187,7 @@ store-value: (entry_color, "#ddd") // color of the search entry
186
187
store-value: (hover_entry_color, "#ddd") // color of the hovered/focused search entry
187
188
store-value: (background_color, "transparent") // background color
188
189
store-value: (hover_background_color, "#616161") // hover background color
190
+ store-value: (grey, "#ccc")
189
191
190
192
call-function: (
191
193
"check-result-color", (
@@ -282,6 +284,7 @@ store-value: (entry_color, "#000") // color of the search entry
282
284
store-value: (hover_entry_color, "#000") // color of the hovered/focused search entry
283
285
store-value: (background_color, "transparent") // background color
284
286
store-value: (hover_background_color, "#ccc") // hover background color
287
+ store-value: (grey, "#999")
285
288
286
289
call-function: (
287
290
"check-result-color", (
0 commit comments