Change color gray text to 128 128 128 for win9x look.
This commit is contained in:
parent
8f44baf5c4
commit
fd0873770a
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue