up vote 3 down vote favorite
2
share [g+] share [fb]

alt text

My eyes kind of burn when I code for too long and this will definitely help me sooth them. I would ask this in SuperUser but there are few people from the dev world there. Mostly Windows Vista/7 savvy people.

I know someone can help me out here. :D

Thanks SO!

link|improve this question

1  
Ahh, if only Visual Studio always looked like Python. – Seth Jan 10 '10 at 23:31
1  
Burning eyes == bad. Have you considered visiting an optometrist? – Greg Hewgill Jan 10 '10 at 23:33
3  
Quick warning. When you change your default color scheme (especially background color) just be aware that when you copy your code to a RTF aware app (like email) the background will travel with it. This can be a little annoying when sharing syntax highlighted code with others. – GrayWizardx Jan 10 '10 at 23:35
1  
@GrayWizardx: use "Paste Special" and "Unformatted text" to avoid that sort of nonsense. – Greg Hewgill Jan 10 '10 at 23:40
1  
"Paste Special" as unformatted text will also remove any syntax highlighting. – 0xA3 Jan 10 '10 at 23:44
show 3 more comments
feedback

7 Answers

up vote 6 down vote accepted

Check out this post by Scott Hanselman for details http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx

link|improve this answer
(+1) Lots of color schemes - very nice. – Eran Betzalel Jan 10 '10 at 23:34
feedback

You can just customize the settings to do this.

Many people have made dark "themes" such as this, and have the settings exported (so you can directly import them).

Here is one example.

link|improve this answer
feedback

Okay, I liked the looks of your screenshot so much that I went ahead and created a theme out of it:

alt text

You can download the .vssettings file off my blog, and import the settings in Visual Studio using Tools -> Import and Export Settings.

If you can provide any more information on where you got that screenshot, I'd love to credit the original.

link|improve this answer
feedback

You can change the settings in:

tools > options > environment > fonts and colors

link|improve this answer
feedback

You can use themes. A good post on that can be found here

link|improve this answer
feedback

As others have stated, you'll need to customize your Visual Studio settings.

If you're interested, I have a Visual Studio dark theme that is similar to your pic (works with ReSharper as well).

link|improve this answer
What is resharper? – Sergio Tapia Jan 11 '10 at 0:03
1  
A Visual Studio plug-in: jetbrains.com/resharper/index.html – Metro Smurf Jan 11 '10 at 4:30
feedback

Write code in IronPython and use this Wombat color scheme port for Visual Studio ;)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.