From: Manuel Nickschas Date: Mon, 16 Feb 2009 00:32:58 +0000 (+0100) Subject: Make the yellow sender color a bit darker to improve contrast on white canvas X-Git-Tag: 0.4.0~24 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=55c127eea871373f770f0155a73df013d2307276;ds=sidebyside Make the yellow sender color a bit darker to improve contrast on white canvas --- diff --git a/src/qtui/qtuistyle.cpp b/src/qtui/qtuistyle.cpp index 3364ec2a..a3f5ea30 100644 --- a/src/qtui/qtuistyle.cpp +++ b/src/qtui/qtuistyle.cpp @@ -87,7 +87,7 @@ QtUiStyle::QtUiStyle() : UiStyle("QtUiStyle") { */ addSenderAutoColor(SenderCol01, "#989a95"); addSenderAutoColor(SenderCol02, "#ef8440"); - addSenderAutoColor(SenderCol03, "#ffe200"); + addSenderAutoColor(SenderCol03, "#ffbf00"); addSenderAutoColor(SenderCol04, "#49b13b"); addSenderAutoColor(SenderCol05, "#00a778"); addSenderAutoColor(SenderCol06, "#008b90");