How can I change Intellisense tooltip colors

2019-07-19 00:50发布

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.

unreadable tooltip

1条回答
叛逆
2楼-- · 2019-07-19 01:40

The quickest and easiest fix is to change the following colors:

  • ToolsOptionsEnvironmentFonts and ColorsShow settings for "Environment":
    • ToolTip
    • ToolTip Border
  • ToolsOptionsEnvironmentFonts and ColorsShow settings for "Editor Tooltip":
    • Plain Text

options options 2

Here I managed to make the tooltip readable with my dark editor colors on a "Blue" theme:

tooltip


If that's not enough, you could install the Color Theme Editor addon as suggested here.

查看更多
登录 后发表回答