diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-27 04:20:13 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-27 04:20:13 +0200 |
| commit | 7c074b87418602effac03c4bae34afffcfca283f (patch) | |
| tree | 095603d8fbcb45964eef9388023e38a61190acdd /static/themes | |
| parent | d7e7f47b66de160b351e4e836de08ac188fc3079 (diff) | |
fix rgba css generation, add some tests to automatically verify that themes are
generated properly
Diffstat (limited to 'static/themes')
| -rw-r--r-- | static/themes/redmond-xx-se.json | 2 | ||||
| -rw-r--r-- | static/themes/redmond-xx.json | 2 | ||||
| -rw-r--r-- | static/themes/redmond-xxi.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/static/themes/redmond-xx-se.json b/static/themes/redmond-xx-se.json index 1a867fcc..8deab7b7 100644 --- a/static/themes/redmond-xx-se.json +++ b/static/themes/redmond-xx-se.json @@ -1,7 +1,7 @@ { "_pleroma_theme_version": 2, "name": "Redmond XX SE", - "theme": { + "source": { "shadows": { "panel": [ { diff --git a/static/themes/redmond-xx.json b/static/themes/redmond-xx.json index 78c92f10..cdb89fe3 100644 --- a/static/themes/redmond-xx.json +++ b/static/themes/redmond-xx.json @@ -1,7 +1,7 @@ { "_pleroma_theme_version": 2, "name": "Redmond XX", - "theme": { + "source": { "shadows": { "panel": [ { diff --git a/static/themes/redmond-xxi.json b/static/themes/redmond-xxi.json index 28f68351..79a2cb26 100644 --- a/static/themes/redmond-xxi.json +++ b/static/themes/redmond-xxi.json @@ -1,7 +1,7 @@ { "_pleroma_theme_version": 2, "name": "Redmond XXI", - "theme": { + "source": { "shadows": { "panel": [ { |
