Move custom theming from settings to style-switcher, remove usage of custom .css files, use styles.json instead.
This commit is contained in:
parent
e13c8c3fd2
commit
21b31cf599
9 changed files with 220 additions and 166 deletions
4
static/styles.json
Normal file
4
static/styles.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"pleroma-dark": [ "Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070" ],
|
||||
"pleroma-light": [ "Pleroma Light", "#f2f4f6", "#d0d6db", "#304055", "#e46f0f" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue