diff options
Diffstat (limited to 'static/themes')
| -rw-r--r-- | static/themes/mammal.json | 43 |
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" + } + } +} |
