mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
cda5becc27
commit
24be25f134
@ -17,6 +17,6 @@ define-function: (
|
||||
},
|
||||
)
|
||||
|
||||
call-function: ("check-background-color", ("ayu", "rgb(51, 51, 51)"))
|
||||
call-function: ("check-background-color", ("dark", "rgb(51, 51, 51)"))
|
||||
call-function: ("check-background-color", ("light", "rgb(238, 238, 238)"))
|
||||
call-function: ("check-background-color", ("ayu", "#333"))
|
||||
call-function: ("check-background-color", ("dark", "#333"))
|
||||
call-function: ("check-background-color", ("light", "#eee"))
|
||||
|
Loading…
Reference in New Issue
Block a user