user32: Fix colours to match exactly with Windows 2000.
This commit is contained in:
parent
1dbaa8c619
commit
91d2b609c3
|
@ -108,8 +108,8 @@ static const char * const DefSysColors[] =
|
||||||
"ButtonText", "0 0 0", /* COLOR_BTNTEXT */
|
"ButtonText", "0 0 0", /* COLOR_BTNTEXT */
|
||||||
"InactiveTitleText", "212 208 200", /* COLOR_INACTIVECAPTIONTEXT */
|
"InactiveTitleText", "212 208 200", /* COLOR_INACTIVECAPTIONTEXT */
|
||||||
"ButtonHilight", "255 255 255", /* COLOR_BTNHIGHLIGHT */
|
"ButtonHilight", "255 255 255", /* COLOR_BTNHIGHLIGHT */
|
||||||
"ButtonDkShadow", "0 0 0", /* COLOR_3DDKSHADOW */
|
"ButtonDkShadow", "64 64 64", /* COLOR_3DDKSHADOW */
|
||||||
"ButtonLight", "224 224 224", /* COLOR_3DLIGHT */
|
"ButtonLight", "212 208 200", /* COLOR_3DLIGHT */
|
||||||
"InfoText", "0 0 0", /* COLOR_INFOTEXT */
|
"InfoText", "0 0 0", /* COLOR_INFOTEXT */
|
||||||
"InfoWindow", "255 255 225", /* COLOR_INFOBK */
|
"InfoWindow", "255 255 225", /* COLOR_INFOBK */
|
||||||
"ButtonAlternateFace", "180 180 180", /* COLOR_ALTERNATEBTNFACE */
|
"ButtonAlternateFace", "180 180 180", /* COLOR_ALTERNATEBTNFACE */
|
||||||
|
|
Loading…
Reference in New Issue