How to change font color in Visual Studio 2010 SharePoint 2010 Feature Designer? - visual-studio-2010

Within VS2010 I'm using a dark/pastel color scheme. SP2010 Feature Designer has a Manifest tab with a Preview of Packaged Manifest read-only XML pane.
As you can see from the two screenshots, there is text in the pane, but it's basically invisible due to the background pane color.
Is there any way to change the font color, from that light gray to something else? I've tried changing several display items within Tools\Options\Environment\Fonts and Colors with no luck.
As a last resort, is there a way to change the pane background color? (although I guess it'll change that for the whole VS IDE)
Thanks all.
Feature manifest preview, unselected:
Feature manifest preview, selected:

In the end I've found a workaround for this ... for whoever (?) might care.
Download Visual Studio Color Theme Editor extension.
If you need help choosing some specific UI color, download any desktop color picker tool, i.e. Just Color Picker.
From a VS SharePoint project, open some Feature manifest or Package manifest preview so to apply and check the ongoing results.
From within VS, create a new custom theme based on Default. Sort the items by name and look for the couple ProjectDesignerBackgroundGradientBegin/End.
Change both to some darker color, like 475B7E.
This is how it looks like:

Being a Dark Theme sort of guy I've settled on using the Visual Studio 2012 Dark Theme for Visual Studio 2010 which provides a great new look for VS2010.
You'll also need to install the Visual Studio Color Theme Editor and then import the [VS2012-Dark-for-2010.vstheme] file using the Theme, Customize Colors..., Import Theme meu options.

Related

How to customize Visual Studio 2015 collapsed method preview box

I don't know what the office name of this feature is, but in Visual Studio 2015 you get a neat preview dialog when hovering your mouse over a collapsed method or function. The preview dialog will show the first 20 or so lines of that method/function. What I want to do is customize the background color that preview dialog/popup. I cannot for the life of me find the appropriate Fonts and Colors setting which controls this and I don't know what to look for in the Visual Studio Color Theme Editor either.
Here is a picture of what I am referring to:
I have a customized dark theme but want to change the sickly, pale brownish-yellow color of the highlighted preview dialog to make the code more readable.
Any suggestions as to what color/theme settings I'd change? I don't want to just apply a different theme. I want to customize my current one.

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.

Fonts and colors extension for Visual Studio?

Visual Studio Color Theme Editor is an excellent extension for Visual Studio 2010 that can be used to try and apply different themes on the IDE. The theme only changes the chrome or the windowing area of the IDE.
To change the display of code one still has to play around with the settings in the Fonts and Colors dialog or import settings from a .vssettings file. (A variety of styles are available at StudioStyles).
All editors now allow the programmer to try or switch between different styles on the code with a click (like the gorgeous Sublime Text). Is there a Visual Studio extension or external tool that makes it easy to apply and play around with different styles? If not, is there some trick to try or switch between different styles with ease? I find that going through the Import Settings dialog is quite onerous.
Visual Studio 2012 Color Theme Editor extension now allows (from v2.3) to change Font colors using styles (include your own styles). Exactly what do you need.
Version history
2.3 Added support for merging Fonts & Colors customizations with a theme
Update to Visual Studio 2012 and you be able to use either Light or Dark theme. What's is really cool.
Other good suggestion is to check http://studiostyl.es/ - This website provide many variations of color and fonts to use with your Visual Studio (but by now that compatibility is just with vs2005, vs2008 and vs2010)

Change dark blue background in Visual Studio 2010 IDE

The dark blue background in the Visual Studio 2010 IDE is driving me nuts. How can I change the background to a slate silver color?
You can do that in Tools / Options and then Environment / Fonts And Colors and there is a setting for background color.
Or even better you can choose from predefined styles at http://studiostyl.es/, these style setting works for Visual Studio 2008 and Visual Studio 2010 for all versions, including the express :
http://weblogs.asp.net/scottgu/archive/2010/04/29/download-and-share-visual-studio-color-schemes.aspx
I use this one:
http://visualstudiogallery.msdn.microsoft.com/20cd93a2-c435-4d00-a797-499f16402378?SRC=VSIDE
It will add a 'Theme' menu to the tool bar where you can change the colour scheme to a pre-set one, or define your own.
there is a site called https://studiostyl.es it contains a some of nice themes
download a theme you like
then go to tools>options>Environment>import and export setting
then you will see a textbox for team setting file
finally, put the path of your downloaded setting file, then press ok

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/

Resources