We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d17294 commit 8b7c8e1Copy full SHA for 8b7c8e1
tests/rustdoc-gui/codeblock-tooltip.goml
@@ -109,19 +109,19 @@ define-function: (
109
110
call-function: ("check-colors", {
111
"theme": "ayu",
112
- "background": "rgb(15, 20, 25)",
113
- "color": "rgb(197, 197, 197)",
114
- "border": "rgb(92, 103, 115)",
+ "background": "#0f1419",
+ "color": "#c5c5c5",
+ "border": "#5c6773",
115
})
116
117
"theme": "dark",
118
- "background": "rgb(53, 53, 53)",
119
- "color": "rgb(221, 221, 221)",
120
- "border": "rgb(224, 224, 224)",
+ "background": "#353535",
+ "color": "#ddd",
+ "border": "#e0e0e0",
121
122
123
"theme": "light",
124
- "background": "rgb(255, 255, 255)",
125
- "color": "rgb(0, 0, 0)",
126
+ "background": "white",
+ "color": "black",
127
0 commit comments