user32: Change HotTrackingColor to better differentiate regular links from visited links.

This commit is contained in:
Francois Gouget 2011-09-22 16:56:42 +02:00 committed by Alexandre Julliard
parent 701415f045
commit dd0f5377ed
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ static const struct
{"InfoText", RGB(0, 0, 0)}, /* COLOR_INFOTEXT */
{"InfoWindow", RGB(255, 255, 225)}, /* COLOR_INFOBK */
{"ButtonAlternateFace", RGB(181, 181, 181)}, /* COLOR_ALTERNATEBTNFACE */
{"HotTrackingColor", RGB(0, 0, 128)}, /* COLOR_HOTLIGHT */
{"HotTrackingColor", RGB(0, 0, 200)}, /* COLOR_HOTLIGHT */
{"GradientActiveTitle", RGB(166, 202, 240)}, /* COLOR_GRADIENTACTIVECAPTION */
{"GradientInactiveTitle", RGB(192, 192, 192)}, /* COLOR_GRADIENTINACTIVECAPTION */
{"MenuHilight", RGB(10, 36, 106)}, /* COLOR_MENUHILIGHT */