I tend to use a light to medium grey on black because I don't like the mega contrast of white on black. But for the purpose of your survey, I answered 'white on black'.
Likewise. Also, I don't like highly saturated colors. I've tried a few different color schemes and while I did like Solarized Dark I keep coming back to Zenburn[1] for its muted, low contrast palette. I haven't found anything better. [1] http://slinky.imukuppi.org/zenburnpage/
Ask HN: Your code editor, black on white or white on black?
101–110 of 127 posts
Re: Ask HN: Your code editor, black on white or white on black?
#102I like preserving my sight as much as possible, so dark (not black) with light (not white) pastel colors.
Re: Ask HN: Your code editor, black on white or white on black?
#103Re: Ask HN: Your code editor, black on white or white on black?
#104There's a solid usability reason why inverse (light-on-dark) is better for anything with syntax highlighting, like terminals and code. Many colors of the spectra have poor contrast with white when used in an emmisive light context, like your screen. Yellow on white is illegible because it lacks contrast. The range of distinguishable, saturated colors is much larger on a black background, and you can comfortably add a…
I agree about the point you make about contrast and syntax hihglighting, but I disagree with your conclusion. In my experience dark backgrounds with light text are more tiring on the eyes in long coding sessions. Text gets blurrier quicker than when using a lighter background. I came to this conclusion after years of using dark backgrounds, and having switched to light backgrounds. Personally, I think the question sh…
Perhaps you need to get glasses. I've never had text go blurry on me, regardless of the colour theme or duration.
Re: Ask HN: Your code editor, black on white or white on black?
#105Depends a lot on the general setup. On my Mac, it's often a white(-ish) background, whereas on a shell-heavy Linux desktop I keep with a general dark look and feel. But lately I surprisingly often turn to yellow on blue (TP-like), without syntax highlighting…
On OSX10.4 at least I use the accessibility switch for this - sadly the anti aliasing looks worse with a dark background.
Re: Ask HN: Your code editor, black on white or white on black?
#106Earlier quoted context omitted.
I agree about the point you make about contrast and syntax hihglighting, but I disagree with your conclusion. In my experience dark backgrounds with light text are more tiring on the eyes in long coding sessions. Text gets blurrier quicker than when using a lighter background. I came to this conclusion after years of using dark backgrounds, and having switched to light backgrounds. Personally, I think the question sh…
> Text gets blurrier quicker than when using a lighter background. Perhaps you need to get glasses. I've never had text go blurry on me, regardless of the colour theme or duration.
I rue the day the browser default background colour changed from being light grey to white.
Re: Ask HN: Your code editor, black on white or white on black?
#107Re: Ask HN: Your code editor, black on white or white on black?
#108It's annoying going through each app setting them up individually.
Each to their own.
Re: Ask HN: Your code editor, black on white or white on black?
#109Re: Ask HN: Your code editor, black on white or white on black?
#110There's a solid usability reason why inverse (light-on-dark) is better for anything with syntax highlighting, like terminals and code. Many colors of the spectra have poor contrast with white when used in an emmisive light context, like your screen. Yellow on white is illegible because it lacks contrast. The range of distinguishable, saturated colors is much larger on a black background, and you can comfortably add a…
I agree about the point you make about contrast and syntax hihglighting, but I disagree with your conclusion. In my experience dark backgrounds with light text are more tiring on the eyes in long coding sessions. Text gets blurrier quicker than when using a lighter background. I came to this conclusion after years of using dark backgrounds, and having switched to light backgrounds. Personally, I think the question sh…
I completely disagree; my eyes tire looking at a light screen much more quickly. Sometimes I'll invert the colors late at night just to make things easier to read.
(Come to think of it, thanks for reminding me that I need to figure out how to get xcalib working with my external monitor, not just the laptop screen...)