commit: fc32a989fa97c5e15aa0a901d72dcd2b7bbd9531
parent 5188e74f2f293c5bb21830442e538ab67c551466
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 20 Jul 2020 18:39:29 +0200
themes: Add wavemaster (stole it back from sjw)
Diffstat:
2 files changed, 105 insertions(+), 0 deletions(-)
diff --git a/static/styles.json b/static/styles.json
@@ -9,6 +9,7 @@
"monokai-cybre": [ "Monokai-Cybre", "#20212d", "#3f414c", "#f8f8f2", "#de3be8", "#F92672", "#a6e22e", "#6ddef3", "#f4bf75" ],
"sakura": [ "Sakura", "#f5dff6", "#f5c8f6", "#030304", "#db3ab9", "#d31014", "#0095ff", "#0fa00f", "#ffa500" ],
"sakura-v2": "/static/themes/sakura-v2.json",
+ "wavemaster": "/static/themes/wavemaster.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/wavemaster.json b/static/themes/wavemaster.json
@@ -0,0 +1,104 @@
+{
+ "_pleroma_theme_version": 2,
+ "name": "Wavemaster",
+ "theme": {
+ "fonts": {},
+ "shadows": {
+ "button": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": "0",
+ "spread": "1",
+ "inset": true,
+ "color": "#242422",
+ "alpha": 1
+ },
+ {
+ "x": "1",
+ "y": "1",
+ "blur": "1",
+ "spread": "0",
+ "inset": true,
+ "color": "#242422",
+ "alpha": "0.3"
+ }
+ ],
+ "buttonHover": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": "0",
+ "spread": "1",
+ "inset": true,
+ "color": "#d2738a",
+ "alpha": 1
+ },
+ {
+ "x": "1",
+ "y": "1",
+ "blur": "1",
+ "spread": "0",
+ "inset": true,
+ "color": "#000000",
+ "alpha": "0.3"
+ }
+ ],
+ "buttonPressed": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": 0,
+ "spread": "50",
+ "inset": true,
+ "color": "#242422",
+ "alpha": 1
+ },
+ {
+ "x": "1",
+ "y": "1",
+ "blur": 0,
+ "spread": "0",
+ "inset": true,
+ "color": "#000000",
+ "alpha": "0.3"
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "blur": 0,
+ "spread": "1",
+ "inset": true,
+ "color": "#ffffff",
+ "alpha": 1
+ }
+ ],
+ "input": [],
+ "topBar": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": "20",
+ "spread": "5",
+ "color": "#204a87",
+ "alpha": 0.6
+ }
+ ]
+ },
+ "opacity": {
+ "bg": "0.85",
+ "btn": "0"
+ },
+ "colors": {
+ "bg": "#0d0114",
+ "text": "#b5b3aa",
+ "link": "#65cfed",
+ "fg": "#0f0403",
+ "cRed": "#f82604",
+ "cBlue": "#96cbfe",
+ "cGreen": "#a8ff60",
+ "cOrange": "#ffffb6"
+ },
+ "radii": {}
+ }
+}