views:

68

answers:

1

I have recently moved to a dark color theme for all my code editors. It is much easier on the eyes. But I recently came across an issue that I can’t figure out how to correct and was hoping that someone will have an answer.

When the method info box pops up this is what it looks like this:

vs2010

Notice the method info is unreadable because the colors in the theme are meant for a dark background. How can I change the background of this popup?

The theme is a modified version of Coding Instinct available on StudioStyles. Here is my modified version. It sets the background for the linenumbers/marker margin plus some other minor tweaks.

A: 

It's Visual Studio 2010 Pro Power Tools extension causing the issue. Someone on the Q&A discussion thread for Visual Studio 2010 Pro Power Tools said:

it seems that the Fonts and Colors selection for "Signature Help Tooltip Background" is the Text Editor color definition that effects this.

Ryan Conrad