commit: 3b507a52a4ca3a20313523e6c8a697b954e9704f
parent cf68d7950c87d0740dfbc87f152061ee4b72e40b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 22 Aug 2018 21:10:31 +0200
Add Monokai-Cybre theme
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/config.json b/static/config.json
@@ -24,6 +24,6 @@
"showInstanceSpecificPanel": false,
"sidebarRight": false,
"subjectLineBehavior": "email",
- "theme": "pleroma-dark",
+ "theme": "monokai-cybre",
"webPushNotifications": false
}
diff --git a/static/styles.json b/static/styles.json
@@ -6,7 +6,7 @@
"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" ],
"redmond-xx": "/static/themes/redmond-xx.json",
"redmond-xx-se": "/static/themes/redmond-xx-se.json",
"redmond-xxi": "/static/themes/redmond-xxi.json",