提交 0979bf74 编写于 作者: G Guillaume Gomez

Migrate GUI colors test to original CSS color format

上级 fa1f1611
...@@ -37,15 +37,15 @@ define-function: ( ...@@ -37,15 +37,15 @@ define-function: (
) )
call-function: ("check-colors", { call-function: ("check-colors", {
"theme": "ayu", "theme": "ayu",
"color": "rgb(92, 103, 115)", "color": "#5c6773",
}) })
call-function: ("check-colors", { call-function: ("check-colors", {
"theme": "dark", "theme": "dark",
"color": "rgb(59, 145, 226)", "color": "#3b91e2",
}) })
call-function: ("check-colors", { call-function: ("check-colors", {
"theme": "light", "theme": "light",
"color": "rgb(198, 126, 45)", "color": "#c67e2d",
}) })
// The first code block has two lines so let's check its `<pre>` elements lists both of them. // The first code block has two lines so let's check its `<pre>` elements lists both of them.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册