Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 917
Spencer Rose Avatar asked Sep 27 '11 06:09

Spencer Rose


People also ask

How do I change the background color in Visual Studio?

Here's how to change it to a different color theme. On the menu bar, select Tools > Options. In the options list, select Environment > General. In the Color theme list, choose between the default Dark theme, the Blue theme, the Blue (Extra Contrast) theme, and the Light theme.

How do I change colors in Visual Studio?

Here's how to change the color theme of the IDE frame and the tool windows in Visual Studio. On the menu bar, choose Tools > Options. In the options list, choose Environment > General. In the Color theme list, choose either the default Dark theme, the Light theme, the Blue theme, or the Blue (Extra Contrast) theme.


1 Answers

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?

like image 133
Shmee007 Avatar answered Nov 15 '22 07:11

Shmee007