Spencer Rose
Spencer Rose

Reputation: 1230

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

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

enter image description here

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:

enter image description here

Parameter help is OK because the forecolor is darker:

enter image description here

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.

Upvotes: 7

Views: 1805

Answers (1)

Shmee007
Shmee007

Reputation: 66

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?

Upvotes: 1

Related Questions