aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/config.json2
-rw-r--r--static/css/base16-pleroma-dark.css2
-rw-r--r--static/styles.json9
3 files changed, 11 insertions, 2 deletions
diff --git a/static/config.json b/static/config.json
index 195ee046..8b596992 100644
--- a/static/config.json
+++ b/static/config.json
@@ -1,6 +1,6 @@
{
"name": "Pleroma FE",
- "theme": "base16-pleroma-dark.css",
+ "theme": "pleroma-dark",
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
"registrationOpen": false
diff --git a/static/css/base16-pleroma-dark.css b/static/css/base16-pleroma-dark.css
index 8190d2a7..e1d46f92 100644
--- a/static/css/base16-pleroma-dark.css
+++ b/static/css/base16-pleroma-dark.css
@@ -17,7 +17,7 @@
.base00 { color: #161c20; }
.base01 { color: #282e32; }
-.base02 { color: #36393e; }
+.base02 { color: #343a3f; }
.base03 { color: #4e5256; }
.base04 { color: #ababab; }
.base05 { color: #b9b9b9; }
diff --git a/static/styles.json b/static/styles.json
new file mode 100644
index 00000000..92715565
--- /dev/null
+++ b/static/styles.json
@@ -0,0 +1,9 @@
+{
+ "pleroma-dark": [ "Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070" ],
+ "pleroma-light": [ "Pleroma Light", "#f2f4f6", "#dbe0e8", "#304055", "#f86f0f" ],
+ "classic-dark": [ "Classic Dark", "#161c20", "#282e32", "#b9b9b9", "#baaa9c" ],
+ "bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8"],
+ "ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60" ],
+ "monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672" ],
+ "mammal": [ "Mammal", "#272c37", "#444b5d", "#f8f8f8", "#9bacc8" ]
+}