mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
make light gray slightly lighter, for better contrast
svn-id: r11080
This commit is contained in:
parent
7724d9a340
commit
79068761f2
@ -97,7 +97,7 @@ NewGui::NewGui() : _screen(0), _needRedraw(false),
|
||||
void NewGui::updateColors() {
|
||||
// Setup some default GUI colors.
|
||||
_bgcolor = _system->RGBToColor(0, 0, 0);
|
||||
_color = _system->RGBToColor(96, 96, 96);
|
||||
_color = _system->RGBToColor(104, 104, 104);
|
||||
_shadowcolor = _system->RGBToColor(64, 64, 64);
|
||||
_textcolor = _system->RGBToColor(32, 160, 32);
|
||||
_textcolorhi = _system->RGBToColor(0, 255, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user