Skip to content

Commit

Permalink
InterfaceDef: Use a lighter grey for list selection.
Browse files Browse the repository at this point in the history
* Use the BColumnListView grey for list selection.
  • Loading branch information
janus2 committed May 3, 2015
1 parent 10b4fed commit 8fceacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kits/interface/InterfaceDefs.cpp
Expand Up @@ -98,7 +98,7 @@ static const rgb_color _kDefaultColors[kColorWhichCount] = {
{232, 232, 232, 255}, // B_WINDOW_INACTIVE_BORDER_COLOR
{27, 82, 140, 255}, // B_CONTROL_MARK_COLOR
{255, 255, 255, 255}, // B_LIST_BACKGROUND_COLOR
{153, 153, 153, 255}, // B_LIST_SELECTED_BACKGROUND_COLOR
{190, 190, 190, 255}, // B_LIST_SELECTED_BACKGROUND_COLOR
{0, 0, 0, 255}, // B_LIST_ITEM_TEXT_COLOR
{0, 0, 0, 255}, // B_LIST_SELECTED_ITEM_TEXT_COLOR
{216, 216, 216, 255}, // B_SCROLL_BAR_THUMB_COLOR
Expand Down

0 comments on commit 8fceacf

Please sign in to comment.