Ask HN: Do you program in black or white?
31–40 of 42 posts
Re: Ask HN: Do you program in black or white?
#32Re: Ask HN: Do you program in black or white?
#33http://github.com/burke/color-theme-ir-black/blob/master/scr...
EDIT: Upon further investigation, I believe this color theme originated from http://blog.infinitered.com/entries/show/6 .
Re: Ask HN: Do you program in black or white?
#34I recently switched from a black & white scheme to a colored scheme. As of now I'm enjoying a black-greyish background with some nifty colors. IMO, colored code makes the process much more fun. I'm not sure if it makes me more productive though, but I wouldn't rule it out. Small screenshot: http://photos-f.ak.fbcdn.net/photos-ak-snc1/v2102/219/106/34...
what editor is this?
Re: Ask HN: Do you program in black or white?
#35 - dark means "brain: use vim keys" (:colo darkblue)
- light means use arrow/CUA keys, a la most "normal" applications.
(ps, please add / formatting)Re: Ask HN: Do you program in black or white?
#36Java - white (Eclipse)
Python - Black (gedit)
Lisp - White (emacs)
Ruby - White (TextEdit)
C/C++ - Black (gedit)
I have noticed that certain text editors have dark themes I like, whereas other dark themes just hurt my eyes. I have no true preference, only what I am used to.
Re: Ask HN: Do you program in black or white?
#37Re: Ask HN: Do you program in black or white?
#38Earlier quoted context omitted.
Same experience here. I start having difficulty coding when the background is too bright, or even when the text is too bright on a black background (I had the text be a light gray for nearly a year, and I never really realized it wasn't white. Then when I looked at white on black code, it looked very bright and unpleasant to read.)
Really? I never had that problem. I started out using Notepad++'s default coloring (black on white). Then I switched to Vim and used a dark background. Switching between dark and light background has never been a problem for me. Could you elaborate more on your situation? Did you always use a dark background? What are the conditions around where you code? Light grey on black for me is still too hard to see. I prefer…