Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get Black background in Visual Studio 2010?

I was going through a page and it strikes me that I want to have same color effect. I am talking about this link

As you can see: The guy is having black codebehind color. Which tool should I use from Visual Studio Gallery?

like image 269
RG-3 Avatar asked Jan 26 '11 09:01

RG-3


People also ask

How do I change the background color in Visual Studio 2010?

To change the background color, select the form in Visual Studio and locate the BackColor property in the Properties panel. There are a number of ways to specify a color. Color by name - Simply type in a color name into the BackColor value field (for example Red, Yellow, Cyan etc).

How do I add a theme to Visual Studio?

The easiest way to install a Visual Studio theme is to navigate over to the Extensions option in the menu bar and select Manage Extensions. The next step is to select Visual Studio Marketplace under Online on the left panel. Once done, search for the theme you want and select it in the search results.


2 Answers

http://studiostyl.es/schemes

see this coders....

like image 144
RG-3 Avatar answered Sep 22 '22 17:09

RG-3


Tools -> Options -> Environment -> Fonts and Colors

Doing it manually is a repetitive annoying job, but after you finish you can save it (with all your other settings) in Environment -> Import and Export Settings. You can find foreground recommendation over the web (e.g. from Scott Hanselman's blog), and even ready-to-import setting files like this (note that it will probably write over other settings).

In my opinion, black background was pleasant to the eye in the old CRT screens, but a bit too bright with LEDs & LCDs.

like image 29
HuBeZa Avatar answered Sep 24 '22 17:09

HuBeZa