all repos — honk @ 0953852824812de0f555baed6c2ea9739c718efd

my fork of honk

new sample colors
Ted Unangst tedu@tedunangst.com
Wed, 09 Aug 2023 15:44:54 -0400
commit

0953852824812de0f555baed6c2ea9739c718efd

parent

69b127209089ee044dfacea6bad70b41c6427de3

3 files changed, 9 insertions(+), 9 deletions(-)

jump to
M docs/honk.8docs/honk.8

@@ -266,10 +266,10 @@ honk-v98> ./honk -datadir ../honkdata admin

honk-v98> date; ./honk -log honk.log -datadir ../honkdata .Ed .Pp -The views directory includes a sample pleroma.css to change color scheme. +The views directory includes a sample mastodon.css to change color scheme. .Bd -literal -offset indent honk-v98> mkdir ../honkdata/views -honk-v98> cp views/pleroma.css ../honkdata/views/local.css +honk-v98> cp views/mastodon.css ../honkdata/views/local.css .Ed .Pp Upgrade to the next version.
A views/mastodon.css

@@ -0,0 +1,7 @@

+html { + --bg-page: #353a49; + --bg-dark: #393f4f; + --fg: #fff; + --hl: #6364ff; + --fg-subtle: #606984 +}
D views/pleroma.css

@@ -1,7 +0,0 @@

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