From 8faf0ba7cb1648b93ac1d9cf1e3ef0ab8be2ef66 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Thu, 18 Nov 2010 09:58:41 +0000 Subject: [PATCH] Harmonized default even and odd lines colors with the ones used in MediaPlayer's playlist. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39475 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/ColumnListView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/interface/ColumnListView.cpp b/src/kits/interface/ColumnListView.cpp index ccc1253904..5cfbf005d6 100644 --- a/src/kits/interface/ColumnListView.cpp +++ b/src/kits/interface/ColumnListView.cpp @@ -119,7 +119,7 @@ static const unsigned char kUpSortArrow8x8Invert[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; -static const float kTintedLineTint = 0.7 * B_NO_TINT + 0.3 * B_DARKEN_1_TINT; +static const float kTintedLineTint = 1.04; static const float kTitleHeight = 16.0; static const float kLatchWidth = 15.0; @@ -127,7 +127,7 @@ static const float kLatchWidth = 15.0; static const rgb_color kColor[B_COLOR_TOTAL] = { - {236, 236, 236, 255}, // B_COLOR_BACKGROUND + {255, 255, 255, 255}, // B_COLOR_BACKGROUND { 0, 0, 0, 255}, // B_COLOR_TEXT {148, 148, 148, 255}, // B_COLOR_ROW_DIVIDER {190, 190, 190, 255}, // B_COLOR_SELECTION