Change ChannelMsg default to match system default
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 2 Dec 2016 23:04:41 +0000 (17:04 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 12 Apr 2017 20:51:18 +0000 (22:51 +0200)
Change ChannelMsg default to match the system text color palette.

On systems tested, "palette(text)" doesn't refer to pure black, but
instead a very dark gray (60, 60, 60).  Use that as default instead.

This won't affect existing installs as ChannelMsg is stored as
non-default if non-default colors are chosen.


No differences found