Migrate GUI colors test to original CSS color format

This commit is contained in:
Guillaume Gomez 2023-08-15 14:46:54 +02:00
parent 3071e0aef6
commit a826cdbc21

View File

@ -23,6 +23,6 @@ define-function: (
},
)
call-function: ("sup-check", ("dark", "rgb(221, 221, 221)"))
call-function: ("sup-check", ("ayu", "rgb(197, 197, 197)"))
call-function: ("sup-check", ("light", "rgb(0, 0, 0)"))
call-function: ("sup-check", ("ayu", "#c5c5c5"))
call-function: ("sup-check", ("dark", "#ddd"))
call-function: ("sup-check", ("light", "black"))