logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: b5f94140948cdcf7fda7991b21c818447179f57e
parent: 26f83681016470ff8bfec9b1833b31bf306a9570
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 22 Aug 2018 21:10:31 +0200

Add Monokai-Cybre theme

Diffstat:

Mstatic/config.json2+-
Mstatic/styles.json1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/static/config.json b/static/config.json @@ -1,5 +1,5 @@ { - "theme": "pleroma-dark", + "theme": "monokai-cybre", "background": "/static/d130997eec266e5a.jpg", "logo": "/static/logo.png", "logoMask": true, diff --git a/static/styles.json b/static/styles.json @@ -5,5 +5,6 @@ "bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8", "#e0245e", "#17bf63", "#1b95e0", "#fab81e"], "ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ], "monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ], + "monokai-cybre": [ "Monokai-Cybre", "#20212d", "#3f414c", "#f8f8f2", "#de3be8", "#F92672", "#a6e22e", "#6ddef3", "#f4bf75" ], "mammal": [ "Mammal", "#272c37", "#444b5d", "#f8f8f8", "#9bacc8", "#7f3142", "#2bd850", "#2b90d9", "#ca8f04" ] }