Reputation: 69983
In VS2015 I have the Color Theme Editor extension installed and I'm using the Dark with Light Editor theme.
The hover tooltips are mostly unreadable as the tooltip background is too dark.
I've tried changing settings in Tools → Options → Environment → Fonts and Colors, but couldn't find anything to make the signature just plain white. I've also tried cloning the theme through the theme editor and customizing the settings, but I don't know what settings would be responsible for this.
Does anyone know how to make this readable?
Upvotes: 11
Views: 6583
Reputation: 191
You can change the tooltip background color like this (does not require Color Theme Editor extension):
Upvotes: 19
Reputation: 21
I am also using Color Theme Editor Extension with the custom theme, based on "Dark with light editor".
Actually, the background color of the tooltip for me was
Environment -> CommandBarMenuBackgroundGradientBegin.
(see Brandon's answer on how to change it)
IDE Screenshot
Upvotes: 0
Reputation: 376
This is a fix for users using Windows High Contrast Theme.
In such case there is no way to change tooltip background color in Visual Studio options window and neither in Theme Color Editor extension.
So to fix it:
Result (Visual Studio 2015 and Windows High Contrast theme):
Upvotes: 1
Reputation: 1688
Using the Color Theme Editor extension, change the tooltip background color like this:
Environment -> ToolTip
entry. This affects the tooltip background color.Upvotes: 13