From 55c127eea871373f770f0155a73df013d2307276 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 16 Feb 2009 01:32:58 +0100 Subject: [PATCH] Make the yellow sender color a bit darker to improve contrast on white canvas --- src/qtui/qtuistyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.20.1