How to set editor tooltip color and background in Visual Studio 2010? - visual-studio-2010

i am using black scheme and set up color setting for editor tooltips:
Sample preview is correct but actual result is different:
Is it possible to set up tooltip colors in Visual Studio 2010 properly?

After installing the Productivity Power Tools and following this post it is at least possible to read the signatures again, but that post gives me little hope how to fix the other color settings.
Edit: Installing CSharpIntellisencePresenter makes the Auto-Complete readable in a dark theme, see this question

I tried using Hack-It to enable the "Custom..." buttons with VS2008 and changed color settings were saved (still present after a VS restart).
But I was not changing the colors for the correct item I guess.
I am using Visual Assist and I think the 'Editor Tooltip' is not the item I want to change the colors from.
You could give it a try...
Anyone knows from which item I must change colors to affect Visual Assist tool tips when hovering a function ?
For Visual Assist tooltip I need to change Windows theme...

Related

Visual Studio 2017 tooltip color issue

I am using the Color Theme Editor extension for Visual Studio 2017, and I'm having trouble changing the color of a particular section in the editor tooltips.
In the example below, I cannot figure out how to customize the bit with the white background - the method signature from the tooltip showing method overloads.
I have figured out how to customize pretty much everything else with the tooltips, except for that highlighted section. For example, Environment -> Tooltip will set the background of the entire tooltip (strangely enough the Environment -> Tooltip -> Background setting doesn't seem to do anything...).
Does anyone happen to know how to control the colors for the text highlighted in white in the example?
It looks like that particular color is messed up when you change theme.
Restart Visual Studio and then the color should be OK.
I get the same issue when I change the Tooltip text background with Color Theme Editor extension. And I have submit this issue to Q&A of Color Theme Editor extension for Visual Studio 2017.
https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.VisualStudio2017ColorThemeEditor#qna
Still a problem in Visual Studio Community 2019 v16.3.6; still the same solution (restarting) works.

visual studio 2013 image menu missing

I am "attempting" to use the image editor in Visual Studio 2013 to fix a gif file. The "documentation" references an image menu which is missing. I am also attempting to set the foreground and background colors.
Does anyone have any advice on how to do this?
The image editor has been replaced in VS2013, it no longer uses a dedicated menu. So whatever documentation you are using is surely outdated. The VS2013 specific documentation is here.
Pick, say, the Pen tool from the toolbar. The Properties window lets you set the fore- and background colors.

Is there plugins/addons for visual studio 2010 to change the code and text editor's background color?

I have been looking for , lets use the word "mods", for visual studio left and right to be able to change the background and font color of the code editor for quite a while now. This is a simple question and hopefully not a duplicate of Is it possible to change backround color of editor and autocomplete tooltips in Visual Studio?. If I can refine my question a bit more, is it possible to manually change the background color of the code and text editor, or does mods or plugins or addons exist somewhere to do this feature for me? My eyes are straining on the white background...
I am using visual studio 2010
From the main menu, go to Tools -> Options. From there open up Environment -> Fonts and Colors. If you don't want to spent the time configuring it that way (which would be completely understandable), download the theme editor, or pick and download a nice theme at http://studiostyl.es/

How can I correct this in the visual studio 2010 theme?

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:
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.
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.

Visual Studio - Current file in Solution Explorer - Make it darker?

I don't want to change the entire background color of solution explorer in VS, only the selected file.
Hints?
Thanks.
Check out Tools > Options > Projects and Solutions, and then check off "Track Active Item in Solution Explorer". This will make whichever file you're viewing/editing inside of Visual Studio automatically be selected in Solution Explorer and if your Windows color scheme is set up properly, it will in fact be darker.
This option used to be on by default in 2003 and maybe 2005, but 2008 has it disabled by default now... I personally prefer it turned on.
HKEY_CURRENT_USER\Control Panel\Colors\ButtonFace is the registry key that sets the background color of the current file in solution explorer when solution explorer has not focus, this is what I found for Vs2010 and windows 7 - could not seem to find interface to modify the button face color in the gui. many things use this color, so I set just dark enough to see.
I have no idea why you want to do that in the first place, curious :)
Anyway, I doubt you can change the entire UI's background color depending on the type of file /editor mode.
You might find more clues from these:
Visual Studio - Fonts and Colors, Environment, Options Dialog Box
Changing your colors in Visual Studio.NET - Black versus White
How to increase your Visual Studio environment fonts for presentations?

Resources