Visual Studio Tooltip foreground on Dark Theme - visual-studio-2010

I recently changed the theme of Windows 7 to High Contrast Black and I have some problems with tooltips in Visual Studio, if I click on classes or variables I have a tooltip with foreground black and background black, so I can't read.
For information I use Productivity Power Tools and Resharper and Dev Express.
I know that in Environment>Fonts and Colors I can edit properties but I don't know which to choose.

Related

How do I handle dark themes with Visual Studio extensions?

I have written an extension for Visual Studio. Unfortunately when a user has a dark theme the colour is a jarring white and light blue.
How do I set the colour of a ListView in an extension to be relative the the theme?

Change Visual Studio 2019 Theme time-controlled (Day/Night Mode for Theme)

During the day I find the bright standard theme of Visual Studio pleasant, while in the evening I often switch to the dark theme when the ambient light decreases.
In Visual Studio Code there are plugins to switch between themes time-controlled.
Is there anything equivalent in Visual Studio 2019?
There is an extension for Visual Studio 2019 called Auto Theme Switcher for Win10 Dark Mode (can be found in the extensions menu or #microsoft here).
Then you can configure your light and dark theme in the options.
Note: I'm not the author of this extension, just a user that was in the same situation and found that extension.
Set the color theme for the Visual Studio IDE
The default color theme for Visual Studio's user interface is called Blue. Let's change it to Dark.
On the menu bar, which is the row of menus such as File and Edit,
choose Tools > Options.
On the Environment > General options page, change the Color theme
selection to Dark, and then choose OK.
The color theme for the entire Visual Studio development environment (IDE) changes to Dark.

Visual Studio 2015 Color of selected tab

In VS 2015 I can change the background color of the tabs with productivity Power Tools installed, but how do I set the background color of the selected tab?
Tools->Options...->
I changed 'Selected tab' to 'VS Colors' and now I have a blue blackground color which is good to recognize.
You set the background color of the selected tab with my (commercial) Tabs Studio extension:

Visual Studio 2013 theme with light background

Does Visual Studio 2013 have a built-in way to set an overall theme with dark text on a light background?
It is the very first thing shown by selecting the Tools, Options menu item. Select the Light theme and you get dark text on a light background.

Change the background colour of the Visual Studio Forms Designer?

Is it possible to change the background colour of the Visual Studio Windows Forms Designer?
Doesn't appear to be listed in either the Fonts and Colors, nor the Windows Forms Designer sections of Tools > Options
The designer's background color is hooked to the system's window background color, which you can change from the Control Panel.
source

Resources