I started as a developer in the 80s on vt100 terminals with green and amber on black screens. I vividly remember how nice it was to switch to a light background without flicker and have never looked back. Choose what works for you.
Ask HN: Can't focus when writing code in dark mode
51–57 of 57 posts
Re: Ask HN: Can't focus when writing code in dark mode
#52I’m a huge Light Mode guy. I use the morning color scheme in vim, and the light schemes in VS and VSCode. I do run f.lux, static at 49k... but I have found that dark editor schemes make me feel claustrophobic (!). Everyone’s different! It just might not work for people like you or I, and that’s okay. :)
Re: Ask HN: Can't focus when writing code in dark mode
#53Yup same here. I just can’t do dark mode at all. I’ve tried multiple times, using different themes. It’s jarring and too contrast-y on my eyes, which is distracting and I can’t scan the code fast because of it. How’s your eye sight? Last time I checked I was 20/20.
Re: Ask HN: Can't focus when writing code in dark mode
#54Switching to The Dark Side finally stuck after using it for a few weeks straight. Now I can't imagine going back. When I switch to an app without a dark mode, it's like staring at the sun.
I don't have any issues with dark mode. I feel like my eyes are more relaxed not having to contend with so much incoming light.
Re: Ask HN: Can't focus when writing code in dark mode
#55It depends on the environment I am in. If I am in a dark room (my coworkers like the dark for some reason) it is much less glaring to look at a dark screen. In a well lit room (like my home office) a light theme is much easier to use. I just switch between the Tomorrow and Tomorrow Night themes. https://github.com/ChrisKempson/Tomorrow-Theme
Dark mode has one distinct advantage: colors pop way more meaning the syntax highlighting is more pronounced, which makes it easier to navigate the code.