mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
7e648f0d72
commit
8e5dff1d38
@ -21,16 +21,16 @@ define-function: (
|
||||
|
||||
call-function: ("check-colors", {
|
||||
"theme": "ayu",
|
||||
"doc_code_color": "rgb(230, 225, 207)",
|
||||
"doc_inline_code_color": "rgb(255, 180, 84)",
|
||||
"doc_code_color": "#e6e1cf",
|
||||
"doc_inline_code_color": "#ffb454",
|
||||
})
|
||||
call-function: ("check-colors", {
|
||||
"theme": "dark",
|
||||
"doc_code_color": "rgb(221, 221, 221)",
|
||||
"doc_inline_code_color": "rgb(221, 221, 221)",
|
||||
"doc_code_color": "#ddd",
|
||||
"doc_inline_code_color": "#ddd",
|
||||
})
|
||||
call-function: ("check-colors", {
|
||||
"theme": "light",
|
||||
"doc_code_color": "rgb(0, 0, 0)",
|
||||
"doc_inline_code_color": "rgb(0, 0, 0)",
|
||||
"doc_code_color": "black",
|
||||
"doc_inline_code_color": "black",
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user