From 8fceacff2d74a7bd3a3e6c5eb925d205febaa1b3 Mon Sep 17 00:00:00 2001 From: Janus Date: Sun, 3 May 2015 19:24:12 +0200 Subject: [PATCH] InterfaceDef: Use a lighter grey for list selection. * Use the BColumnListView grey for list selection. --- src/kits/interface/InterfaceDefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/interface/InterfaceDefs.cpp b/src/kits/interface/InterfaceDefs.cpp index e28a7110369..e303a62a436 100644 --- a/src/kits/interface/InterfaceDefs.cpp +++ b/src/kits/interface/InterfaceDefs.cpp @@ -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