all repos — honk @ 9716c234f4c64842ed36b272d06d4bca6d9a77f6

my fork of honk

rebalance colors a bit
Ted Unangst tedu@tedunangst.com
Mon, 09 Dec 2019 04:32:46 -0500
commit

9716c234f4c64842ed36b272d06d4bca6d9a77f6

parent

96f64f277852713ab92a6c67d06313e2d947c0e8

2 files changed, 5 insertions(+), 3 deletions(-)

jump to
M docs/changelog.txtdocs/changelog.txt

@@ -2,6 +2,8 @@ changelog

-- next ++ Rebalance colors slightly. Looks a little fresher now? + + Add unplug command for servers that have dropped off the net. + Add notes field to honkers to document their downfall.
M views/style.cssviews/style.css

@@ -1,8 +1,8 @@

html { - --bg-page: #305; + --bg-page: #306; --bg-dark: #002; - --fg: #dde; - --fg-subtle: #aab; + --fg: #dcf; + --fg-subtle: #a9c; --fg-limited: #a79; }