Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
56b8b1c353
commit
194960bae9
1 changed files with 3 additions and 3 deletions
|
@ -81,16 +81,16 @@ define-function: (
|
||||||
|
|
||||||
call-function: ("check-background", {
|
call-function: ("check-background", {
|
||||||
"theme": "ayu",
|
"theme": "ayu",
|
||||||
"background_color_start": "rgb(15, 20, 25)",
|
"background_color_start": "rgba(15, 20, 25, 1)",
|
||||||
"background_color_end": "rgba(15, 20, 25, 0)",
|
"background_color_end": "rgba(15, 20, 25, 0)",
|
||||||
})
|
})
|
||||||
call-function: ("check-background", {
|
call-function: ("check-background", {
|
||||||
"theme": "dark",
|
"theme": "dark",
|
||||||
"background_color_start": "rgb(53, 53, 53)",
|
"background_color_start": "rgba(53, 53, 53, 1)",
|
||||||
"background_color_end": "rgba(53, 53, 53, 0)",
|
"background_color_end": "rgba(53, 53, 53, 0)",
|
||||||
})
|
})
|
||||||
call-function: ("check-background", {
|
call-function: ("check-background", {
|
||||||
"theme": "light",
|
"theme": "light",
|
||||||
"background_color_start": "rgb(255, 255, 255)",
|
"background_color_start": "rgba(255, 255, 255, 1)",
|
||||||
"background_color_end": "rgba(255, 255, 255, 0)",
|
"background_color_end": "rgba(255, 255, 255, 0)",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue