Reputation: 18743
How can I change the colors of the tooltip shown by Intellisense under Visual Studio?
I've customized my editor colors to get white text on a dark background, by keeping VS theme to "Blue" (I find that the Dark theme lacks contrast), but now the Intellisense tooltip is unreadable.
Upvotes: 6
Views: 2749
Reputation: 18743
The quickest and easiest fix is to change the following colors:
Here I managed to make the tooltip readable with my dark editor colors on a "Blue" theme:
If that's not enough, you could install the Color Theme Editor addon as suggested here.
Upvotes: 14