Module: wine Branch: master Commit: 82d937de8f0f3d486800e6ec7b49eb928c08f8e4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=82d937de8f0f3d486800e6ec7b...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Thu Dec 6 17:00:29 2007 +0100
user32: A few more colour changes to match modern Windows.
Thanks to Bamm Gabriana for the info.
---
dlls/user32/sysparams.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c index 2bf8127..dd44639 100644 --- a/dlls/user32/sysparams.c +++ b/dlls/user32/sysparams.c @@ -100,7 +100,7 @@ static const char * const DefSysColors[] = "ActiveBorder", "212 208 200", /* COLOR_ACTIVEBORDER */ "InactiveBorder", "212 208 200", /* COLOR_INACTIVEBORDER */ "AppWorkSpace", "128 128 128", /* COLOR_APPWORKSPACE */ - "Hilight", "0 0 128", /* COLOR_HIGHLIGHT */ + "Hilight", "10 36 106", /* COLOR_HIGHLIGHT */ "HilightText", "255 255 255", /* COLOR_HIGHLIGHTTEXT */ "ButtonFace", "212 208 200", /* COLOR_BTNFACE */ "ButtonShadow", "128 128 128", /* COLOR_BTNSHADOW */ @@ -112,11 +112,11 @@ static const char * const DefSysColors[] = "ButtonLight", "212 208 200", /* COLOR_3DLIGHT */ "InfoText", "0 0 0", /* COLOR_INFOTEXT */ "InfoWindow", "255 255 225", /* COLOR_INFOBK */ - "ButtonAlternateFace", "180 180 180", /* COLOR_ALTERNATEBTNFACE */ - "HotTrackingColor", "0 0 255", /* COLOR_HOTLIGHT */ + "ButtonAlternateFace", "181 181 181", /* COLOR_ALTERNATEBTNFACE */ + "HotTrackingColor", "0 0 128", /* COLOR_HOTLIGHT */ "GradientActiveTitle", "166 202 240", /* COLOR_GRADIENTACTIVECAPTION */ "GradientInactiveTitle", "192 192 192", /* COLOR_GRADIENTINACTIVECAPTION */ - "MenuHilight", "0 0 0", /* COLOR_MENUHILIGHT */ + "MenuHilight", "10 36 106", /* COLOR_MENUHILIGHT */ "MenuBar", "212 208 200" /* COLOR_MENUBAR */ };