aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-12-18 08:37:01 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-12-18 08:37:01 +0000
commit8d9bf3efc8825afaf07dca4db69cb19f3dfbe411 (patch)
treeffdf4b45e8d17fe2e3c6d5ba03c69f308b18c702 /static
parent3359d4ddf6ee6449bd230eb2056f08edbb3d355e (diff)
parent93af7ee36a6956d4ec3d0ffd57ec733ddc7cd4e9 (diff)
Merge branch 'plain-bg' into 'develop'
Solid color wallpaper support See merge request pleroma/pleroma-fe!1314
Diffstat (limited to 'static')
-rw-r--r--static/themes/redmond-xx-se.json1
-rw-r--r--static/themes/redmond-xx.json1
-rw-r--r--static/themes/redmond-xxi.json1
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",