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
This commit is contained in:
parent
a3e6f7e1df
commit
8faf0ba7cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user