mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
* Made the default tool tip color a bit easier on the eye.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32114 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1ef6dcaceb
commit
1bfa269951
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2001-2008, Haiku, Inc.
|
||||
* Copyright 2001-2009, Haiku, Inc.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@ -79,7 +79,7 @@ static const rgb_color _kDefaultColors[kNumColors] = {
|
||||
{0, 0, 0, 255}, // B_NAVIGATION_PULSE_COLOR
|
||||
{255, 255, 255, 255}, // B_SHINE_COLOR
|
||||
{0, 0, 0, 255}, // B_SHADOW_COLOR
|
||||
{255, 255, 0, 255}, // B_TOOLTIP_BACKGROUND_COLOR
|
||||
{255, 255, 216, 255}, // B_TOOLTIP_BACKGROUND_COLOR
|
||||
{0, 0, 0, 255}, // B_TOOLTIP_TEXT_COLOR
|
||||
{0, 0, 0, 255}, // B_WINDOW_TEXT_COLOR
|
||||
{232, 232, 232, 255}, // B_WINDOW_INACTIVE_TAB_COLOR
|
||||
|
Loading…
x
Reference in New Issue
Block a user