Change CommandMsg color from purple to gray
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 2 Dec 2016 23:02:33 +0000 (17:02 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 12 Apr 2017 20:51:18 +0000 (22:51 +0200)
commit831f2b34ad1ffd8e483397d8af4734f35617ca9c
tree8000fd937b01f88bc6a41c3d407b9855bbf3c378
parent91db6f78781558105f27a2300309359827e901d9
Change CommandMsg color from purple to gray

The intense purple stands out a lot more than it probably needs to.
Let's switch that to a gray color.

No settings migration logic included as custom colors are an
all-or-nothing approach.  Due to 'default.qss' using a system
palette color, there's no easy way to upgrade without changing
existing colors or loading all of Qt's color palettes in startup.
For example, palette(text) is dependent upon the system theme:
ChatLine {
  foreground: palette(text);
}
data/stylesheets/default.qss
src/qtui/settingspages/chatviewcolorsettingspage.ui