Migrate GUI colors test to original CSS color format

This commit is contained in:
Guillaume Gomez 2023-05-29 16:03:56 +02:00
parent f333932ba8
commit 17e3d1cd4a

View File

@ -25,11 +25,11 @@ call-function: ("check-style", {
})
call-function: ("check-style", {
"theme": "dark",
"background": "rgb(73, 74, 61)",
"border": "rgb(187, 116, 16)",
"background": "#494a3d",
"border": "#bb7410",
})
call-function: ("check-style", {
"theme": "light",
"background": "rgb(253, 255, 211)",
"border": "rgb(173, 124, 55)",
"background": "#fdffd3",
"border": "#ad7c37",
})