Commit fd087377 authored by Gerard Patel's avatar Gerard Patel Committed by Alexandre Julliard

Change color gray text to 128 128 128 for win9x look.

parent 8f44baf5
...@@ -74,7 +74,7 @@ static const char * const DefSysColors95[] = ...@@ -74,7 +74,7 @@ static const char * const DefSysColors95[] =
"HilightText", "255 255 255", /* COLOR_HIGHLIGHTTEXT */ "HilightText", "255 255 255", /* COLOR_HIGHLIGHTTEXT */
"ButtonFace", "192 192 192", /* COLOR_BTNFACE */ "ButtonFace", "192 192 192", /* COLOR_BTNFACE */
"ButtonShadow", "128 128 128", /* COLOR_BTNSHADOW */ "ButtonShadow", "128 128 128", /* COLOR_BTNSHADOW */
"GrayText", "192 192 192", /* COLOR_GRAYTEXT */ "GrayText", "128 128 128", /* COLOR_GRAYTEXT */
"ButtonText", "0 0 0", /* COLOR_BTNTEXT */ "ButtonText", "0 0 0", /* COLOR_BTNTEXT */
"InactiveTitleText", "0 0 0", /* COLOR_INACTIVECAPTIONTEXT */ "InactiveTitleText", "0 0 0", /* COLOR_INACTIVECAPTIONTEXT */
"ButtonHilight", "255 255 255", /* COLOR_BTNHIGHLIGHT */ "ButtonHilight", "255 255 255", /* COLOR_BTNHIGHLIGHT */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment