aboutsummaryrefslogtreecommitdiff
path: root/static/themes
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-11-08 01:33:50 +0000
committerkaniini <ariadne@dereferenced.org>2019-11-08 01:33:50 +0000
commit326b2416a0779957e2336a117d26aee9bde89bc4 (patch)
tree736f30406573c96624b553bd2f680c357c370f16 /static/themes
parentb32a43fae58a5c14260eb007a34cba4807cb70ba (diff)
parent08aa9e29031fb6ba05c9c5c58ffc62731acbaaf1 (diff)
Merge branch 'develop' into 'develop'
Make mammal theme look more like gargsite See merge request pleroma/pleroma-fe!802
Diffstat (limited to 'static/themes')
-rw-r--r--static/themes/mammal.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/static/themes/mammal.json b/static/themes/mammal.json
new file mode 100644
index 00000000..50b8e2f0
--- /dev/null
+++ b/static/themes/mammal.json
@@ -0,0 +1,57 @@
+{
+ "_pleroma_theme_version": 2,
+ "name": "Mammal",
+ "theme": {
+ "shadows": {
+ "button": [],
+ "buttonHover": [
+ {
+ "x": "0",
+ "y": "0",
+ "blur": "0",
+ "spread": 1024,
+ "color": "#56a7e1",
+ "alpha": "1",
+ "inset": true
+ }
+ ],
+ "buttonPressed": [
+ {
+ "x": "0",
+ "y": "0",
+ "blur": "0",
+ "spread": 1024,
+ "color": "#56a7e1",
+ "alpha": "1",
+ "inset": true
+ }
+ ],
+ "panel": [],
+ "panelHeader": [],
+ "topBar": []
+ },
+ "opacity": { "input": "1" },
+ "colors": {
+ "bg": "#282c37",
+ "text": "#f8f8f8",
+ "link": "#9bacc8",
+ "fg": "#444b5d",
+ "input": "#FFFFFF",
+ "inputText": "#282c37",
+ "btn": "#2b90d9",
+ "btnText": "#FFFFFF",
+ "cRed": "#7f3142",
+ "cBlue": "#2b90d9",
+ "cGreen": "#2bd850",
+ "cOrange": "#ca8f04"
+ },
+ "radii": {
+ "btn": 4,
+ "input": 4,
+ "panel": "0",
+ "avatar": "4",
+ "avatarAlt": "4",
+ "attachment": "4"
+ }
+ }
+}