The tooltip is not displaying as it should - visual-studio-2010

I've just downloaded Visual Studio Color Theme and a dark color scheme for Visual Studio. This is how my VS looks now:
But I don't like the tooltip. I saw this question on StackOverflow, an I would like to make the tooltip look like the one in the marked answer. (Also the font size is not chosen by me, I don't know why is it like that)
Please help me!

Visual Studio allows you to change it. You can experiment different backgrounds from Tools->Options->Environment->Fonts and Colors->Signature Help Tooltip Background.
Also before you import theme, you can edit the font from the theme file.

Related

JetBrains IDE color scheme gallery

In current IDE instances of JetBrains we have default white theme, and the 2nd dark theme.
I would love to have more editor color theme though my google search shows little helpful result i.e. only some JetBrains plugins.
I think we can customize the syntax color theme and export to files to apply to another machine - there should be a gallery for that.
So if you know any JetBrains IDE color scheme gallery, please share.
Thank you.
Hitting Ctrol-Backquote and choose Color Scheme will list some syntax highlight scheme/skin options.

I don't know how to change a certain part in fonts and colors in visual studio

I just downloaded a new theme for visual studios and this happened.
I don't know why but I just don't like it being highlighted. I'd rather have it not been highlighted. Is there a way to change it? I couldn't find how to change it on the internet and I have been trying to do this in "fonts and colors". But I don't know how. Can anyone help me?
It's probably not a "highlight" but just the background color. Search for display item "String" or "String - Verbatim" in the Fonts and Colors section of the Options screen.

Change background colors of profiler informations

I did install the "son of obsidian" theme in Visual Studio. Today, I used the integrated profiler and could hardly read the per-line percentage and the highlighting was a bit off. No doubt this is because of the theme.
I have tried to find the relevant config entry within the options, but I had no luck so far. Where can I configure the background color of the percentages and the highlight color?
Here is a screenshot to illustrate my problem:
Meanwhile, I tried to change it using the xml File (.vssettings) directly, bit no luck so far. I changed all the colors in the xml to red but the background color of the bar won't change. The textcolor is the same as the normal textcolor in the editor. If that is white or a light gray, the profiling information is hardly legible.
I know this is an old question but for anyone else who happens to have this problem here is the fix:
In VS2013: Tools -> Options -> Environment -> Fonts and Colors.
Under the settings for Text Editor in the Display Items box, you can change the margin by editing the Indicator Margin.

How do you change the background colour for Solution Explorer in Visual Studio 2012? [duplicate]

This question already has answers here:
Change background color of Solution Explorer in Visual Studio
(5 answers)
Closed 9 years ago.
I really don't like the "Light" theme of VS 2012. I've managed to change a few things to make it better but one thing is still annoying me - the fact that the solution explorer background is a light grey colour. Is there a way to change this back to white? I can't see an entry for Solution Explorer in Options > Environment > Fonts and Colors, so how can I change this? Is it stored in a theme file somewhere?
(Please note I'm not looking to do this programmatically, so this is not a dupe of the existing similar-sounding questions)
I've found that easiest solution is to use this Microsoft-developed Visual Studio 2012 Color Theme Editor and just select the Blue theme to effectively get the VS 2010 colours back:
http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05
Saves digging around for hours in long lists of UI elements. You just select another preset theme and you're done :)
EDIT : Here are steps using the VS2012 Color Theme Editor:
Tools --> Customize Colors
New Theme --> create a new theme from one of the ready made themes, hit Create
Hover over your new Custom Theme, hit Edit Theme
Magical Step: Directly under the theme tab, click the 5th button "Show All Elements", here you can find what you're looking for
TreeView --> Background, this changes the color of the Solution Explorer
Environment --> ToolWindowBackground, color for background of Team Explorer (my pet peeve, since the contrast on this UI usually needs tweaking between controls and window)
UPDATE
Visual Studio 2012 Update 3 now includes the old "Blue" theme by default, so if you update to this version you can easily select the old blue theme without jumping throught he hoops above, if that's all you wanted to achieve.
Program Manager Cathy Sullivan is wrong
Use this Utility
http://bchavez.bitarmory.com/archive/2012/08/27/modify-visual-studio-2012-dark-and-light-themes.aspx
Use Category TreeView
Unfortunately at this time you cannot change the background color of Solution Explorer beyond what the Light and Dark themes offer.
Thanks,
Cathy Sullivan
Program Manager, Visual Studio
UPDATE: There is now a theme editor which should give you the exact control you are looking for (which I've noticed is what #Nick G has suggested, so +1 to him, will leave this to acknowledge that.
http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05
(further details in hanselman blog)
==================================================================================
Preface: I know you specifically said white but after a little adjustment I find the dark really quite good, especially if you have a dark theme. I've switched my previous dark theme (wekeroad) for the rather brashly named but subtle looking Super awesome fun time one.
Tools | Options | General | then change Color theme to Dark.
You can see solution explorer in background above. I would imagine these options might expand or extend in the future.

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

Resources