How to change the background or foreground color of the visual studio 2010 tooltip

与世无争的帅哥 提交于 2019-12-23 08:55:29

问题


I need to change the tooltip in visual studio 2010 when you hover your mouse over a code item when not debugging.

Obviously I am trying to theme my VS to be dark, but I cant seem to change this setting.

I have Powertools, Visual Assist X and Color Theme editor installed.

I can rule out Color Theme editor colors because it has a global edit function where I can make every setting black and it does not change.

I have tried

Tools->Options->Environment->Fonts and Colors->Signature Help Tooltip Background

It has no effect.

The foreground text is derived from windows window text color (i cant change this in windows as my theme relies on it)

Other tooltips in VS look fine

Solution explorer:

Parameter help is OK because the forecolor is darker:

It appears to be a WPF brush which gives me the impression that I cant change it with a simple color setting.

I would be happy with either background or foreground color change.


回答1:


I no longer have 2010, but in 2013 you change foreground here Tools->Options->Environment->Fonts and Colors->Editor Tooltip

Maybe its similar in 2010?



来源:https://stackoverflow.com/questions/7564988/how-to-change-the-background-or-foreground-color-of-the-visual-studio-2010-toolt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!