Migrate GUI colors test to original CSS color format

This commit is contained in:
Guillaume Gomez 2023-08-05 12:47:05 +02:00
parent 67626b8e89
commit 9625fc5839

View File

@ -28,18 +28,18 @@ define-function: (
call-function: ("check-color", {
"theme": "ayu",
"toggle_line_color": "rgb(153, 153, 153)",
"toggle_line_hover_color": "rgb(197, 197, 197)",
"toggle_line_color": "#999",
"toggle_line_hover_color": "#c5c5c5",
})
call-function: ("check-color", {
"theme": "dark",
"toggle_line_color": "rgb(153, 153, 153)",
"toggle_line_hover_color": "rgb(197, 197, 197)",
"toggle_line_color": "#999",
"toggle_line_hover_color": "#c5c5c5",
})
call-function: ("check-color", {
"theme": "light",
"toggle_line_color": "rgb(204, 204, 204)",
"toggle_line_hover_color": "rgb(153, 153, 153)",
"toggle_line_color": "#ccc",
"toggle_line_hover_color": "#999",
})
// Toggling all docs will close additional examples