Rollup merge of #111903 - GuillaumeGomez:migrate-gui-test-color-6, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of https://github.com/rust-lang/rust/pull/111459. r? `@notriddle`
This commit is contained in:
commit
0cc987fae2
1 changed files with 6 additions and 6 deletions
|
@ -26,16 +26,16 @@ define-function: (
|
||||||
|
|
||||||
call-function: ("check-badge", {
|
call-function: ("check-badge", {
|
||||||
"theme": "ayu",
|
"theme": "ayu",
|
||||||
"color": "rgb(197, 197, 197)",
|
"color": "#c5c5c5",
|
||||||
"background": "rgb(49, 69, 89)",
|
"background": "#314559",
|
||||||
})
|
})
|
||||||
call-function: ("check-badge", {
|
call-function: ("check-badge", {
|
||||||
"theme": "dark",
|
"theme": "dark",
|
||||||
"color": "rgb(221, 221, 221)",
|
"color": "#ddd",
|
||||||
"background": "rgb(49, 69, 89)",
|
"background": "#314559",
|
||||||
})
|
})
|
||||||
call-function: ("check-badge", {
|
call-function: ("check-badge", {
|
||||||
"theme": "light",
|
"theme": "light",
|
||||||
"color": "rgb(0, 0, 0)",
|
"color": "black",
|
||||||
"background": "rgb(255, 245, 214)",
|
"background": "#fff5d6",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue