diff options
| author | Henry Jameson <me@hjkos.com> | 2019-12-30 00:45:48 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-12-30 00:45:48 +0200 |
| commit | 332d31dc02b83d6ca06837fdfb4f663050d9effd (patch) | |
| tree | 2cb5db8de001075bf53be73b6af7b9626919d0f6 /static/themes | |
| parent | 6e11924c27288e590de8f5b675fb53704581bcc8 (diff) | |
support for "transparent" color keyword
Diffstat (limited to 'static/themes')
| -rw-r--r-- | static/themes/breezy-dark.json | 8 | ||||
| -rw-r--r-- | static/themes/breezy-light.json | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/static/themes/breezy-dark.json b/static/themes/breezy-dark.json index 7ce41384..0ed55184 100644 --- a/static/themes/breezy-dark.json +++ b/static/themes/breezy-dark.json @@ -107,8 +107,12 @@ }, "fonts": {}, "opacity": { - "input": "1", - "panel": "0" + "input": "1" + }, + "v3compat": { + "colors": { + "panel": "transparent" + } }, "colors": { "bg": "#31363b", diff --git a/static/themes/breezy-light.json b/static/themes/breezy-light.json index dc43f90e..5db185dd 100644 --- a/static/themes/breezy-light.json +++ b/static/themes/breezy-light.json @@ -109,6 +109,11 @@ "opacity": { "input": "1" }, + "v3compat": { + "colors": { + "panel": "transparent" + } + }, "colors": { "bg": "#eff0f1", "text": "#232627", |
