diff options
| author | shpuld <shp@cock.li> | 2017-11-18 13:13:51 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-18 13:13:51 +0200 |
| commit | d65d6e5da4c3be16791564910ea5461f4049e890 (patch) | |
| tree | 631fbc6803e1c40627f86e535020957fefd8c16e /static/styles.json | |
| parent | 21b31cf599e3dd619694ca7b6b998494b18af770 (diff) | |
Clean up, use translations, persist theme, add more presets.
Diffstat (limited to 'static/styles.json')
| -rw-r--r-- | static/styles.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/styles.json b/static/styles.json index 229cde39..92715565 100644 --- a/static/styles.json +++ b/static/styles.json @@ -1,4 +1,9 @@ { "pleroma-dark": [ "Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070" ], - "pleroma-light": [ "Pleroma Light", "#f2f4f6", "#d0d6db", "#304055", "#e46f0f" ] + "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" ] } |
