all repos — honk @ 5e120225c64ec68b029840d69c5672b3501a6fc8

my fork of honk

add an optional pleroma.css color scheme
Ted Unangst tedu@tedunangst.com
Mon, 09 Dec 2019 04:58:58 -0500
commit

5e120225c64ec68b029840d69c5672b3501a6fc8

parent

8eb5451d5e42d21cfd8d711420c544a1f34c0db3

3 files changed, 15 insertions(+), 0 deletions(-)

jump to
M docs/changelog.txtdocs/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.8docs/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); +}