logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: a1b72a0939b9795eadf9f9729c05cf77d2b1b501
parent 0a01e9aa2ac683d67fe17e4f54ab8b4b9a3786b1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 28 Nov 2018 23:25:13 +0100

themes: Add Sakura-v2

Diffstat:

Mstatic/styles.json1+
Astatic/themes/sakura-v2.json158+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 159 insertions(+), 0 deletions(-)

diff --git a/static/styles.json b/static/styles.json @@ -8,6 +8,7 @@ "monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ], "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", "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