Migrate GUI colors test to original CSS color format

This commit is contained in:
Guillaume Gomez 2023-08-03 11:25:25 +02:00
parent c77329cb04
commit d0ed4edfc6

View File

@ -141,7 +141,7 @@ call-function: ("check-colors", {
"theme": "ayu",
"color": "#c5c5c5",
"color_hover": "#ffb44c",
"background": "rgb(20, 25, 31)",
"background": "#14191f",
"background_hover": "#14191f",
"background_toggle": "rgba(0, 0, 0, 0)",
"background_toggle_hover": "rgba(70, 70, 70, 0.33)",