add an optional pleroma.css color scheme
Ted Unangst tedu@tedunangst.com
Mon, 09 Dec 2019 04:58:58 -0500
3 files changed,
15 insertions(+),
0 deletions(-)
M
docs/changelog.txt
→
docs/changelog.txt
@@ -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.
M
docs/honk.8
→
docs/honk.8
@@ -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
A
views/pleroma.css
@@ -0,0 +1,7 @@
+html { + --bg-page: #1b2735; + --bg-dark: #121a24; + --fg: #b9b9ba; + --hl: #d8a070; + --fg-subtle: rgba(185, 185, 186, 0.5); +}