Anthony Potts
Anthony Potts

Reputation: 9160

Visual Studio 2010 element names for theming

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 http://img267.imageshack.us/img267/6195/vs2010tooltip.png

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.

Upvotes: 0

Views: 213

Answers (2)

Brandon Stewart
Brandon Stewart

Reputation: 42

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.

Upvotes: 1

adrianbanks
adrianbanks

Reputation: 82944

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,

Upvotes: 0

Related Questions