We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c60ff10 + f2f999e commit 8a562f9Copy full SHA for 8a562f9
tests/rustdoc-gui/docblock-table.goml
@@ -36,17 +36,17 @@ define-function: (
36
)
37
38
call-function: ("check-colors", {
39
- "theme": "dark",
40
- "border_color": "rgb(224, 224, 224)",
41
- "zebra_stripe_color": "rgb(42, 42, 42)",
+ "theme": "ayu",
+ "border_color": "#5c6773",
+ "zebra_stripe_color": "#191f26",
42
})
43
44
- "theme": "ayu",
45
- "border_color": "rgb(92, 103, 115)",
46
- "zebra_stripe_color": "rgb(25, 31, 38)",
+ "theme": "dark",
+ "border_color": "#e0e0e0",
+ "zebra_stripe_color": "#2a2a2a",
47
48
49
"theme": "light",
50
51
- "zebra_stripe_color": "rgb(245, 245, 245)",
+ "zebra_stripe_color": "#f5f5f5",
52
0 commit comments