add an optional pleroma.css color scheme

This commit is contained in:
Ted Unangst 2019-12-09 04:58:58 -05:00
parent 70728b3fb1
commit ff9d4336db
3 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,8 @@ changelog
-- next
+ Optional pleroma color scheme for the home sick...
+ Rebalance colors slightly. Looks a little fresher now?
+ Add unplug command for servers that have dropped off the net.

View File

@ -200,6 +200,12 @@ honk-v98> ./honk -datadir ../honkdata admin
honk-v98> date; ./honk -datadir ../honkdata >> log 2>&1
.Ed
.Pp
The views directory includes a sample pleroma.css to change color scheme.
.Bd -literal -offset indent
honk-v98> mkdir ../honkdata/views
honk-v98> cp views/pleroma.css ../honkdata/views/local.css
.Ed
.Pp
Upgrade to the next version.
Clean things up a bit.
.Bd -literal -offset indent

7
views/pleroma.css Normal file
View File

@ -0,0 +1,7 @@
html {
--bg-page: #1b2735;
--bg-dark: #121a24;
--fg: #b9b9ba;
--hl: #d8a070;
--fg-subtle: rgba(185, 185, 186, 0.5);
}