Change Success/Failure colors.
* Part of #10834 * Colors were picked from http://clrs.cc, which was suggested by John Scipione. Signed-off-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
df4a02e0fa
commit
5db8f48cb6
@@ -103,8 +103,8 @@ static const rgb_color _kDefaultColors[kColorWhichCount] = {
|
|||||||
{0, 0, 0, 255}, // B_LIST_SELECTED_ITEM_TEXT_COLOR
|
{0, 0, 0, 255}, // B_LIST_SELECTED_ITEM_TEXT_COLOR
|
||||||
{216, 216, 216, 255}, // B_SCROLL_BAR_THUMB_COLOR
|
{216, 216, 216, 255}, // B_SCROLL_BAR_THUMB_COLOR
|
||||||
// 100...
|
// 100...
|
||||||
{0, 255, 0, 255}, // B_SUCCESS_COLOR
|
{46, 204, 64, 255}, // B_SUCCESS_COLOR
|
||||||
{255, 0, 0, 255}, // B_FAILURE_COLOR
|
{255, 65, 54, 255}, // B_FAILURE_COLOR
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
const rgb_color* BPrivate::kDefaultColors = &_kDefaultColors[0];
|
const rgb_color* BPrivate::kDefaultColors = &_kDefaultColors[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user