vote up 27 vote down star
26

I get a lot of attention at work because I am the only one who bothered to change the default color settings in Visual Studio. I just modified them myself. I can provide the settings file if anyone cares to import it.

Here's an example of how it looks.

Visual Studio 2005

It reminds me of DOS/BASIC programming before I actually knew how to program. I also find it to be very readable.

What color schemes do you use?!

EDIT: To clarify, I only edited the text settings. The windows and panels of VS2005 are still the windows default.

flag

32 Answers

1 2 next
vote up 15 vote down

I use the Spooky one I think it is from Rob Connery, nice and dark.

Themes Gallery post on hanselman

link|flag
vote up 12 vote down

I use mine of course!. :)

Dark Visual Studio

link|flag
show 5 more comments
vote up 7 vote down

Here's my heavily modified version of the MidTones scheme

none

--

added download link: here

link|flag
show 3 more comments
vote up 6 vote down

I have written a theme generator for Visual Studio themes. It's really simple (you input 3 colors -- it shoots out theme based on the contrasting values). Maybe it will be useful to some pepole... http://www.frickinsweet.com/tools

link|flag
vote up 5 vote down

I love reverse-video color schemes, though I prefer to keep "normal" text gray or white.

I normally use Vim's "torte" color scheme. I don't use Visual Studio much so I haven't changed the theme there (seems like so much work because of all the context menus, separate windows, and other stuff you'd have to deal with). I'll probably experiment a bit more now that people are posting links to VS themes.

vim screenshot with "torte"

link|flag
show 2 more comments
vote up 5 vote down

Zenburn(Emacs version) or Arjen depending of the lighting in the room where I'm working. Zenburn feels easier for eyes when it's dark, but Arjen is better when you are using glossy screen on a sunny day.

link|flag
vote up 4 vote down

Here is mine:

alt text

Xml color scheme:

alt text

For visual studio settings: link

link|flag
show 1 more comment
vote up 3 vote down

I took mine from Jeff's Blog posting:

Jeff's Blog Posting

link|flag
1  
I also use that one, but with a slightly brighter background. I really like the Consolas font. – Rune Grimstad Nov 20 '08 at 21:58
show 2 more comments
vote up 3 vote down

Straight up GNU Emacs:

(if (or (eq window-system 'w32) (eq window-system 'x) )
    ( progn (global-font-lock-mode t)         ; colorize all files
            (set-background-color  "black")
            (set-foreground-color  "green")
            (set-cursor-color      "green")
            (set-face-foreground 'modeline "black")
            (set-face-background 'modeline "grey")
            (set-face-foreground 'region   "snow")
            (set-face-background 'region   "black")
            (set-face-foreground 'font-lock-comment-face "salmon")
            (set-face-foreground 'font-lock-function-name-face "skyblue1")
            (set-face-foreground 'font-lock-variable-name-face "gold3")
            (set-face-foreground 'font-lock-type-face "green3")
            (set-face-foreground 'font-lock-keyword-face "cyan")
            (set-face-foreground 'font-lock-constant-face "LightSlateBlue")
            (set-face-background 'fringe "grey20")

            (set-frame-width (selected-frame) 110)
            (set-frame-height (selected-frame) 55)
            ) )
link|flag
vote up 2 vote down

Something an old developer told me after I asked him about his dark color scheme -
"You have a high energy electron gun pointed at your head. how energetic do you want these electrons to be?"

ofcouse, that was back in the CRT age.

link|flag
show 1 more comment
vote up 2 vote down

I'm going to buck the trend, I have been programming for a very long time and I turn off most syntax coloring. I do black text on a white background, except dark blue for comments and dark green for string constants, that's it.

link|flag
show 1 more comment
vote up 2 vote down

Here's my take on Jeff's dark theme:

alt text

and also for XAML editor:

alt text

link|flag
vote up 1 vote down

Background: White

Text: Black

Tags/Functions: Blue

Attributes: Navy

Comments: Dark Green

Strings: Different Shade of Dark Green

link|flag
vote up 1 vote down

Can't go past John Lams Vibrant ink Theme myself - I like the Borland Vibrant theme on the Hanselman link too.

Last place I contracted at were all using the standard Vs theme, and by the time I left they all were using the Vibrant Ink theme or something similar.

link|flag
vote up 1 vote down

Vibrant Ink is a very nice color scheme. I spend most of my time these days in Notepad++ and the Ruby Blue Port was the only one I can find. It's a good thing I'm quite fond of it. There is a similar Visual Studio Port.

link|flag
vote up 1 vote down

modified SciTE - nothing fancy but it aint easy finding an editor that makes CF look good.

link|flag
show 1 more comment
vote up 1 vote down

I like a dark theme but most of the dark theme's I've seen so far are a bit too much for me ;-) so what I did is combine some of the dark themes from Jeff's blogpost and Scott's list and merged them to my own theme.

Customized theme inspired by the collections from Jeff Atwood and Scott Hanselmann

It's a shame my current employer does not have Visual-Assist X, it looks even better then.

Edit: I have both Visual Studio and Notepad++ (for almost every language) configured in the same themes :)

link|flag
show 1 more comment
vote up 1 vote down

I created a script which each time it is called creates a gnometerm with a different colored background using gnometerm's profiles. It cycles through a series of profiles each of which has a foreground text color of black, and a background color that's some pale blue, green, orange, red, yellow, etc. It tie this script to an icon on the panel.

The effect is more or less like black on white, in that the coloration is subtle enough that it doesn't draw attention to itself, but enough so that your mind knows "the yellow one is for compiling", the "blue one is vi editing my program, and the green one is a vi editing a header file." etc.

link|flag
vote up 0 vote down

alt text

link|flag
vote up 0 vote down

Background: gray background Text: light gray Comments and JavaDoc: light green Attributes: purple Keywords: light blue

RANT This is one of the down falls of Eclipse, in how hard it is to keep color scheme's between versions. There is about 7 places to make changes and you still don't get them all. END RANT

link|flag
vote up 0 vote down

zenburn (VS settings file) - easy on the eyes.

link|flag
vote up 0 vote down

The black & white one.

link|flag
vote up 0 vote down

Yellow on black provides the best contrast. I always change my command shells to look like that.

link|flag
vote up 0 vote down

I used a bright colorscheme in vim: lingodirector

It's name is lingodirector jfyi. ;)

link|flag
vote up 0 vote down

I use Moria Alternate but I've replaced the default Deja Vu Sans Mono with Consolas

link|flag
vote up 0 vote down

I use Oren Ellenbogen's Dark Scheme but slightly tweaked so that the fonts are a little smaller and some of the colours are a little more obvious

link|flag
vote up 0 vote down

black on black

link|flag
show 1 more comment
vote up 0 vote down

I have used a similar program, but I'm finding myself drawn towards a scheme where a parchement-y color is the background more.

Although I can't seem to find one for notepad++.

I'm pretty sure there's a famous scheme with that approach, but I can't remember it.

link|flag
show 1 more comment
vote up 0 vote down

Here is my own Color Scheme, i am using in Netbeans.

alt text

link|flag
vote up 0 vote down

I use Inkpot for both Vim and Visual Studio 2008. I changed mine slightly to use Liberation Mono for the font.

Inkpot screenshot

link|flag
1 2 next

Your Answer

Get an OpenID
or

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