mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
Rollup merge of #114404 - GuillaumeGomez:migrate-gui-test-color-26, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of https://github.com/rust-lang/rust/pull/111459. Seems like this one was forgotten... r? `@notriddle`
This commit is contained in:
commit
472b273bcf
@ -141,7 +141,7 @@ call-function: ("check-colors", {
|
||||
"theme": "ayu",
|
||||
"color": "#c5c5c5",
|
||||
"color_hover": "#ffb44c",
|
||||
"background": "rgb(20, 25, 31)",
|
||||
"background": "#14191f",
|
||||
"background_hover": "#14191f",
|
||||
"background_toggle": "rgba(0, 0, 0, 0)",
|
||||
"background_toggle_hover": "rgba(70, 70, 70, 0.33)",
|
||||
|
Loading…
Reference in New Issue
Block a user