Skip to content

Commit 8a562f9

Browse files
committed
Auto merge of #115023 - GuillaumeGomez:migrate-gui-test-color-35, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. r? `@notriddle`
2 parents c60ff10 + f2f999e commit 8a562f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/rustdoc-gui/docblock-table.goml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ define-function: (
3636
)
3737

3838
call-function: ("check-colors", {
39-
"theme": "dark",
40-
"border_color": "rgb(224, 224, 224)",
41-
"zebra_stripe_color": "rgb(42, 42, 42)",
39+
"theme": "ayu",
40+
"border_color": "#5c6773",
41+
"zebra_stripe_color": "#191f26",
4242
})
4343
call-function: ("check-colors", {
44-
"theme": "ayu",
45-
"border_color": "rgb(92, 103, 115)",
46-
"zebra_stripe_color": "rgb(25, 31, 38)",
44+
"theme": "dark",
45+
"border_color": "#e0e0e0",
46+
"zebra_stripe_color": "#2a2a2a",
4747
})
4848
call-function: ("check-colors", {
4949
"theme": "light",
50-
"border_color": "rgb(224, 224, 224)",
51-
"zebra_stripe_color": "rgb(245, 245, 245)",
50+
"border_color": "#e0e0e0",
51+
"zebra_stripe_color": "#f5f5f5",
5252
})

0 commit comments

Comments
 (0)