support for "transparent" color keyword

This commit is contained in:
Henry Jameson 2019-12-30 00:45:48 +02:00
parent 6e11924c27
commit 332d31dc02
5 changed files with 78 additions and 44 deletions

View file

@ -107,8 +107,12 @@
},
"fonts": {},
"opacity": {
"input": "1",
"panel": "0"
"input": "1"
},
"v3compat": {
"colors": {
"panel": "transparent"
}
},
"colors": {
"bg": "#31363b",

View file

@ -109,6 +109,11 @@
"opacity": {
"input": "1"
},
"v3compat": {
"colors": {
"panel": "transparent"
}
},
"colors": {
"bg": "#eff0f1",
"text": "#232627",