diff options
| author | shpuld <shp@cock.li> | 2017-11-17 17:24:42 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-17 17:24:42 +0200 |
| commit | 21b31cf599e3dd619694ca7b6b998494b18af770 (patch) | |
| tree | 622bc742d98442f03f9ba547ac77f7e1ebd0c3c2 /static/styles.json | |
| parent | e13c8c3fd292e5afa43f78bfff9e1bdd754c1df9 (diff) | |
Move custom theming from settings to style-switcher, remove usage of custom .css files, use styles.json instead.
Diffstat (limited to 'static/styles.json')
| -rw-r--r-- | static/styles.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.json b/static/styles.json new file mode 100644 index 00000000..229cde39 --- /dev/null +++ b/static/styles.json @@ -0,0 +1,4 @@ +{ + "pleroma-dark": [ "Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070" ], + "pleroma-light": [ "Pleroma Light", "#f2f4f6", "#d0d6db", "#304055", "#e46f0f" ] +} |
