commit: 79d6001703b8689e08b03ec45c3ae687c4c55ea0
parent a64b5fbbb4317239286c880340a5e9eafb50b22b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 28 Nov 2018 23:25:13 +0100
themes: Add Sakura-v2
Diffstat:
2 files changed, 159 insertions(+), 0 deletions(-)
diff --git a/static/styles.json b/static/styles.json
@@ -1,6 +1,7 @@
{
"pleroma-dark": "/static/themes/pleroma-dark.json",
"pleroma-light": "/static/themes/pleroma-light.json",
+ "sakura-v2": "/static/themes/sakura-v2.json",
"redmond-xx": "/static/themes/redmond-xx.json",
"redmond-xx-se": "/static/themes/redmond-xx-se.json",
"redmond-xxi": "/static/themes/redmond-xxi.json",
diff --git a/static/themes/sakura-v2.json b/static/themes/sakura-v2.json
@@ -0,0 +1,157 @@
+{
+ "_pleroma_theme_version": 2,
+ "name": "Sakura V2",
+ "theme": {
+ "shadows": {
+ "avatar": [
+ {
+ "x": 0,
+ "y": 1,
+ "blur": 8,
+ "spread": 0,
+ "color": "#f5dff6",
+ "alpha": 0.7
+ }
+ ],
+ "button": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": 2,
+ "spread": 0,
+ "color": "#fc86ff",
+ "alpha": 1
+ },
+ {
+ "x": 0,
+ "y": 1,
+ "blur": 0,
+ "spread": 0,
+ "color": "#FFFFFF",
+ "alpha": 0.2,
+ "inset": true
+ },
+ {
+ "x": 0,
+ "y": -1,
+ "blur": 0,
+ "spread": 0,
+ "color": "#000000",
+ "alpha": 0.2,
+ "inset": true
+ }
+ ],
+ "buttonHover": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": 4,
+ "spread": 0,
+ "color": "#fc86ff",
+ "alpha": 1
+ },
+ {
+ "x": 0,
+ "y": 1,
+ "blur": 0,
+ "spread": 0,
+ "color": "#FFFFFF",
+ "alpha": 0.2,
+ "inset": true
+ },
+ {
+ "x": 0,
+ "y": -1,
+ "blur": 0,
+ "spread": 0,
+ "color": "#000000",
+ "alpha": 0.2,
+ "inset": true
+ }
+ ],
+ "buttonPressed": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": 4,
+ "spread": 0,
+ "color": "#fc86ff",
+ "alpha": 1
+ },
+ {
+ "x": 0,
+ "y": 1,
+ "blur": 0,
+ "spread": 0,
+ "color": "#000000",
+ "alpha": 0.2,
+ "inset": true
+ },
+ {
+ "x": 0,
+ "y": -1,
+ "blur": 0,
+ "spread": 0,
+ "color": "#FFFFFF",
+ "alpha": 0.2,
+ "inset": true
+ }
+ ],
+ "input": [
+ {
+ "x": 0,
+ "y": 1,
+ "blur": "4",
+ "spread": "3",
+ "color": "#fc86ff",
+ "alpha": 0.2,
+ "inset": true
+ }
+ ],
+ "panel": [
+ {
+ "x": 1,
+ "y": 1,
+ "blur": 4,
+ "spread": 0,
+ "color": "#fc86ff",
+ "alpha": 0.6
+ }
+ ],
+ "popup": [
+ {
+ "x": 2,
+ "y": 2,
+ "blur": 3,
+ "spread": 0,
+ "color": "#fc86ff",
+ "alpha": 0.5
+ }
+ ],
+ "topBar": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": 4,
+ "spread": 0,
+ "color": "#fc86ff",
+ "alpha": 0.6
+ }
+ ]
+ },
+ "fonts": {},
+ "opacity": {},
+ "colors": {
+ "bg": "#f5dff6",
+ "text": "#671569",
+ "link": "#db3ab9",
+ "fg": "#f5c8f6",
+ "inputText": "#671569",
+ "cRed": "#d31014",
+ "cBlue": "#0fa00f",
+ "cGreen": "#0095ff",
+ "cOrange": "#ffa500"
+ },
+ "radii": {}
+ }
+}
+\ No newline at end of file