@@ -7,7 +7,8 @@ define-function: (
77 [
88 theme, count_color, desc_color, path_color, bottom_border_color, keyword_color,
99 struct_color, associatedtype_color, tymethod_color, method_color, structfield_color,
10- structfield_hover_color, macro_color, fn_color, hover_path_color, hover_background, grey
10+ structfield_hover_color, macro_color, fn_color, hover_path_color, hover_background,
11+ keyword_color, grey
1112 ],
1213 block {
1314 call-function: ("switch-theme", {"theme": |theme|})
@@ -45,6 +46,11 @@ define-function: (
4546 "color": |keyword_color|,
4647 "hover_color": |keyword_color|,
4748 })
49+ call-function: ("check-result-color", {
50+ "result_kind": "attribute",
51+ "color": |attribute_color|,
52+ "hover_color": |attribute_color|,
53+ })
4854 call-function: ("check-result-color", {
4955 "result_kind": "struct",
5056 "color": |struct_color|,
@@ -154,6 +160,7 @@ call-function: ("check-search-color", {
154160 "path_color": "#0096cf",
155161 "bottom_border_color": "#aaa3",
156162 "keyword_color": "#39afd7",
163+ "attribute_color": "#39afd7",
157164 "struct_color": "#ffa0a5",
158165 "associatedtype_color": "#39afd7",
159166 "tymethod_color": "#fdd687",
@@ -175,6 +182,7 @@ call-function: ("check-search-color", {
175182 "path_color": "#ddd",
176183 "bottom_border_color": "#aaa3",
177184 "keyword_color": "#d2991d",
185+ "attribute_color": "#d2991d",
178186 "struct_color": "#2dbfb8",
179187 "associatedtype_color": "#d2991d",
180188 "tymethod_color": "#2bab63",
@@ -196,6 +204,7 @@ call-function: ("check-search-color", {
196204 "path_color": "#000",
197205 "bottom_border_color": "#aaa3",
198206 "keyword_color": "#3873ad",
207+ "attribute_color": "#3873ad",
199208 "struct_color": "#ad378a",
200209 "associatedtype_color": "#3873ad",
201210 "tymethod_color": "#ad7c37",
0 commit comments