# HG changeset patch # User Chris Cannam # Date 1306256412 -3600 # Node ID 1e73b59116313ae755b2d7419f79a0ae4a9e7488 # Parent a09d5ffe165c309f02ae84f30f92e37cb511579a ... that yellow is still a bit much, though diff -r a09d5ffe165c -r 1e73b5911631 src/changesetitem.cpp --- a/src/changesetitem.cpp Tue May 24 17:59:18 2011 +0100 +++ b/src/changesetitem.cpp Tue May 24 18:00:12 2011 +0100 @@ -325,7 +325,7 @@ if (showProperLines) { if (m_new) { - paint->setBrush(QColor(255, 255, 190)); + paint->setBrush(QColor(255, 255, 220)); } else { paint->setBrush(Qt::white); } @@ -459,7 +459,7 @@ int x0 = -size/2 + 25; if (m_new) { - paint->setBrush(QColor(255, 255, 190)); + paint->setBrush(QColor(255, 255, 220)); } else { paint->setBrush(Qt::white); }