6

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

4

1 回答 1

13

最快和最简单的解决方法是更改​​以下颜色:

  • 工具选项环境字体和颜色显示“环境”设置:
    • 工具提示
    • 工具提示边框
  • 工具选项环境字体和颜色显示“编辑器工具提示”设置:
    • 纯文本

选项 选项 2

在这里,我设法使用“蓝色”主题上的深色编辑器颜色使工具提示可读:

工具提示


如果这还不够,您可以按照此处的建议安装颜色主题编辑器插件。

于 2018-02-14T13:02:21.393 回答