support for "transparent" color keyword
This commit is contained in:
parent
6e11924c27
commit
332d31dc02
5 changed files with 78 additions and 44 deletions
|
@ -107,8 +107,12 @@
|
|||
},
|
||||
"fonts": {},
|
||||
"opacity": {
|
||||
"input": "1",
|
||||
"panel": "0"
|
||||
"input": "1"
|
||||
},
|
||||
"v3compat": {
|
||||
"colors": {
|
||||
"panel": "transparent"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"bg": "#31363b",
|
||||
|
|
|
@ -109,6 +109,11 @@
|
|||
"opacity": {
|
||||
"input": "1"
|
||||
},
|
||||
"v3compat": {
|
||||
"colors": {
|
||||
"panel": "transparent"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"bg": "#eff0f1",
|
||||
"text": "#232627",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue