Skip to content

Commit

Permalink
Migrate GUI colors test to original CSS color format
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 29, 2023
1 parent f333932 commit 17e3d1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/rustdoc-gui/target.goml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ call-function: ("check-style", {
})
call-function: ("check-style", {
"theme": "dark",
"background": "rgb(73, 74, 61)",
"border": "rgb(187, 116, 16)",
"background": "#494a3d",
"border": "#bb7410",
})
call-function: ("check-style", {
"theme": "light",
"background": "rgb(253, 255, 211)",
"border": "rgb(173, 124, 55)",
"background": "#fdffd3",
"border": "#ad7c37",
})

0 comments on commit 17e3d1c

Please sign in to comment.