Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
f333932ba8
commit
17e3d1cd4a
@ -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",
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user