views:

18

answers:

2

I am trying to figure out what the element name for the tooltip is in Visual Studio 2010 so that I can change the style using the extension found here. Anyone know what that is? I am using the default theme which seems to have a white to light grey gradient on it. This is less than optimal since the text for the functions are also white.

alt text

In a more general question (and perhaps better), is there anything that maps the names as they are found in the theme to where they are in the IDE.

After switching through some settings, I now believe it is not the IDE theme and is instead in the settings, but can't find which field it is.

A: 

If you go to Tools -> Options -> Fonts and Colors, you need to change the combo box at the top to Editor Tooltip to change this style. In my Visual Studio though, I can only change the font, not the colours,

adrianbanks
+1  A: 

Adianbanks is correct go to Tools -> Options -> Fonts and Colors. The field you posted looks like Signature Help Tooltip Background. It has been overlooked on several of the dark background themes that I have tried. Also, make sure to change the Item Background color.

Brandon Stewart