mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 12:36:47 +00:00
Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
d69787f098
commit
0a7293ff00
@ -26,16 +26,16 @@ define-function: (
|
||||
|
||||
call-function: ("check-badge", {
|
||||
"theme": "ayu",
|
||||
"color": "rgb(197, 197, 197)",
|
||||
"background": "rgb(49, 69, 89)",
|
||||
"color": "#c5c5c5",
|
||||
"background": "#314559",
|
||||
})
|
||||
call-function: ("check-badge", {
|
||||
"theme": "dark",
|
||||
"color": "rgb(221, 221, 221)",
|
||||
"background": "rgb(49, 69, 89)",
|
||||
"color": "#ddd",
|
||||
"background": "#314559",
|
||||
})
|
||||
call-function: ("check-badge", {
|
||||
"theme": "light",
|
||||
"color": "rgb(0, 0, 0)",
|
||||
"background": "rgb(255, 245, 214)",
|
||||
"color": "black",
|
||||
"background": "#fff5d6",
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user