aboutsummaryrefslogtreecommitdiff
path: root/static/themes
diff options
context:
space:
mode:
author= <=>2019-05-20 15:29:02 +0200
committer= <=>2019-05-20 15:29:02 +0200
commitfd1d318540820931fe467ada3df8df13d0f86053 (patch)
tree6846ef48233f8f498f4b4383307a8b4cad756e22 /static/themes
parent4ea0db5cb1cc89dcbfb59982659a3d2771541391 (diff)
Make mammal theme look more like gargsite
Signed-off-by: = <=>
Diffstat (limited to 'static/themes')
-rw-r--r--static/themes/mammal.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/static/themes/mammal.json b/static/themes/mammal.json
new file mode 100644
index 00000000..2f7ef27d
--- /dev/null
+++ b/static/themes/mammal.json
@@ -0,0 +1,43 @@
+{
+ "_pleroma_theme_version": 2,
+ "name": "Mammal",
+ "theme": {
+ "fonts": {
+ "interface": { "family": "Roboto, sans-serif" },
+ "input": { "family": "Roboto, sans-serif" },
+ "post": { "family": "Roboto, sans-serif" },
+ "postCode": { "family": "Roboto Mono, monospace" }
+ },
+ "shadows": {
+ "button": [],
+ "buttonHover": [],
+ "buttonPressed": [],
+ "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"
+ }
+ }
+}