@@ -4,7 +4,7 @@ show-text: true
4
4
5
5
define-function: (
6
6
"check-warning",
7
- (theme, color, border_color, background_color ),
7
+ (theme, color, border_color),
8
8
block {
9
9
set-local-storage: {"rustdoc-theme": |theme|, "rustdoc-use-system-theme": "false"}
10
10
reload:
@@ -27,19 +27,19 @@ define-function: (
27
27
28
28
call-function: ("check-warning", {
29
29
"theme": "ayu",
30
- "color": "rgb(197, 197, 197) ",
31
- "border_color": "rgb(255, 142, 0) ",
32
- "background_color": "rgba(0, 0, 0, 0) ",
30
+ "color": "#c5c5c5 ",
31
+ "border_color": "#ff8e00 ",
32
+ "background_color": "transparent ",
33
33
})
34
34
call-function: ("check-warning", {
35
35
"theme": "dark",
36
- "color": "rgb(221, 221, 221) ",
37
- "border_color": "rgb(255, 142, 0) ",
38
- "background_color": "rgba(0, 0, 0, 0) ",
36
+ "color": "#ddd ",
37
+ "border_color": "#ff8e00 ",
38
+ "background_color": "transparent ",
39
39
})
40
40
call-function: ("check-warning", {
41
41
"theme": "light",
42
- "color": "rgb(0, 0, 0) ",
43
- "border_color": "rgb(255, 142, 0) ",
44
- "background_color": "rgba(0, 0, 0, 0) ",
42
+ "color": "black ",
43
+ "border_color": "#ff8e00 ",
44
+ "background_color": "transparent ",
45
45
})
0 commit comments