We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e648f0 commit 8e5dff1Copy full SHA for 8e5dff1
tests/rustdoc-gui/code-color.goml
@@ -21,16 +21,16 @@ define-function: (
21
22
call-function: ("check-colors", {
23
"theme": "ayu",
24
- "doc_code_color": "rgb(230, 225, 207)",
25
- "doc_inline_code_color": "rgb(255, 180, 84)",
+ "doc_code_color": "#e6e1cf",
+ "doc_inline_code_color": "#ffb454",
26
})
27
28
"theme": "dark",
29
- "doc_code_color": "rgb(221, 221, 221)",
30
- "doc_inline_code_color": "rgb(221, 221, 221)",
+ "doc_code_color": "#ddd",
+ "doc_inline_code_color": "#ddd",
31
32
33
"theme": "light",
34
- "doc_code_color": "rgb(0, 0, 0)",
35
- "doc_inline_code_color": "rgb(0, 0, 0)",
+ "doc_code_color": "black",
+ "doc_inline_code_color": "black",
36
0 commit comments