diff options
| author | Henry Jameson <me@hjkos.com> | 2020-12-16 18:25:07 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-12-16 18:25:07 +0200 |
| commit | c1977567677385bef3f27ba0f8d20e13e07cd9e9 (patch) | |
| tree | abec6b92fb8be93d96b8211800d0676454bd84e5 /static/themes | |
| parent | 674c30235020d48b3b852d36f16198978ea4dc88 (diff) | |
Basic no-wallpaper support
Diffstat (limited to 'static/themes')
| -rw-r--r-- | static/themes/redmond-xx-se.json | 1 | ||||
| -rw-r--r-- | static/themes/redmond-xx.json | 1 | ||||
| -rw-r--r-- | static/themes/redmond-xxi.json | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/static/themes/redmond-xx-se.json b/static/themes/redmond-xx-se.json index 24480d2c..b62769db 100644 --- a/static/themes/redmond-xx-se.json +++ b/static/themes/redmond-xx-se.json @@ -267,6 +267,7 @@ }, "colors": { "bg": "#c0c0c0", + "wallpaper": "#008080", "text": "#000000", "link": "#0000ff", "accent": "#000080", diff --git a/static/themes/redmond-xx.json b/static/themes/redmond-xx.json index cf9010fe..83b59109 100644 --- a/static/themes/redmond-xx.json +++ b/static/themes/redmond-xx.json @@ -258,6 +258,7 @@ }, "colors": { "bg": "#c0c0c0", + "wallpaper": "#008080", "text": "#000000", "link": "#0000ff", "accent": "#000080", diff --git a/static/themes/redmond-xxi.json b/static/themes/redmond-xxi.json index 7fdc4a6d..60ceae7c 100644 --- a/static/themes/redmond-xxi.json +++ b/static/themes/redmond-xxi.json @@ -240,6 +240,7 @@ }, "colors": { "bg": "#d6d6ce", + "wallpaper": "#396ba5", "text": "#000000", "link": "#0000ff", "accent": "#0a246a", |
