Migrate GUI colors test to original CSS color format

This commit is contained in:
Guillaume Gomez 2023-05-23 15:26:59 +02:00
parent cda5becc27
commit 24be25f134

View File

@ -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"))