6 ms·
The author really sets his screen to yellow text on a black background? Makes my eyes tired just thinking about it. Anywayz... on a Mac you can flip the colors
by fiddly_bits 15y ago
The author really sets his screen to yellow text on a black background? Makes my eyes tired just thinking about it. Anywayz... on a Mac you can flip the colors of your monitor by holding down ctrl-option-command and pressing 8, if you like that sort of thing.
- nkassis 15y agoI write all my code with a black background and green text (well except for syntax that's highlighted). Much better than staring at the sun(white screen) for hours ;p
- electromagnetic 15y agoI used to do this. I could write at 4am with no lights on and I wouldn't get eye strain. Now I'm married and there's much less application for being able to write in the wee hours.
- _frog 15y agoOr even better, use something like Flux[1] to subdue the tones of that glaring white screen just enough to reduce eye strain. [1]: http://stereopsis.com/flux/ http://stereopsis.com/flux/
- airlabam 15y agoOh wow, thanks for this one. Immediately noticed a reduction in eyestrain. If you're found the GUI buggy (as I did), try the command line interface (xflux). The CLI app works fine for me.
- mitchty 15y agoI need to try out the linux version of flux, but the mac version is seriously awesome. Has helped fix me off of getting off the computer at night with the color/gamma changes.
- rtg 15y agoF.lux is indispensable on Mac and PC (when I still had a PC.) Absolutely required if you code at all during evening/nighttime. Unfortunately I couldn't get it to work* on my Ubuntu box and found another app, Redshift, that seems to jive better with Linux: http://jonls.dk/redshift/ http://jonls.dk/redshift/ ----- * Ran without errors, but didn't tint my screen. I chalked it up to oddities of video card drivers on Linux.
- xyzzyb 15y agoThe solarized color scheme is great too.
- dredmorbius 15y agoGold text on black background is very, very readable and easy on the eyes. It's been my standard for well over a decade. Preferable even to green-on-black. The only downside is that a colorized 'ls' output is typically difficult to read (the blues used for directories are typically too dark).
- ordinary 15y agoYou can customize ls' colours. Look into the environment variable LS_COLORS.
- shabble 15y agoI usually just configure the terminal to brighten up the blue a little.
- dredmorbius 15y agoThat's the trick. You need to configure the colors as presented by the terminal, and I haven't mucked with that yet.
- dredmorbius 15y agoThat's the trick. You need to configure the colors as presented by the terminal, and I haven't mucked with that yet. Given that you're working with variations based on the ANSI color set, your initial set of values is limited. There's a similar trick for vim color highlighting, though I've found the different color settings all involve tradeoffs, not all favorable.
- dredmorbius 15y agoThat's the trick. You need to configure the colors as presented by the terminal, and I haven't mucked with that yet. Given that you're working with variations based on the ANSI color set, your initial set of values is limited. There's a similar trick for vim color highlighting, though I've found the different color settings all involve tradeoffs, not all favorable.
- Terretta 15y agoAmber text on black has been reported by studies as the most readable and least fatiguing to your eyes. I loved amber CRTs though they were less common than green.