Effects of IDE/Text-Editor Color Settings on our Eyes [closed]

Deadly 提交于 2020-01-01 03:24:07

问题


Today, we've several IDE/Editor for programming: visual studios, vim, gvim, emacs, eclipse and so on. Whatever we use, we've some color preferences for background and foreground. While most of us are satisfied with the default settings, some do customize the IDE/Editor, choose colors of their taste for various kind of label/name/text.

So I basically want to know, do the color-preferences have adverse effects on our eyes? What do you think is the best color-scheme (healthy for eyes) that one should choose for various kind of label/name/text?

My favorite color-scheme is:

Background : Black
Text       : White (only variables are white)
Classes    : Dodger Blue
Macros     : Pink
Interfaces : Dodger Blue (slightly dark) 
Method     : Orangish Red
Strings Literals : Scarlet Red  

Nowadays, I'm very much concerned about this. If there are some recommendations (after some research), then please do tell me. :-)

PS: I'm not looking for personal opinions, rather recommendations with some research!


回答1:


Here's a 9 page pdf summary.

The Effects of Computer Use on Eye Health and Vision

The color of computer screen characters may also affect their ease of visibility. The color of the characters can affect how the eyes focus on the screen and may bring about the development of harmless, but annoying, after-images for some individuals. Monochrome, or single color, displays often provide more legible images for word processing or data entry/acquisition tasks. Negative contrast computer displays (dark letters on a light background) generally provide a more legible image than positive contrast displays (light letters on a dark background). Either black characters on a white background or white characters on a black background have been found to be more visible than green, yellow-orange, blue or red characters. 20

The summary consists of a lot of hand-waving, but the sources used to create the summary might have some recommendations based on research,




回答2:


My schemes are as follows:

Background : White
Text       : Black (keywords are blue)
Classes    : Olive Green (Bold if applicable)
Macros     : Maroon 
Interfaces : Olive Green
Method     : Cadet Blue
Strings Literals : Pure red

You should stick to the existing scheme mate, just change Background from Black to white because white background-black letters are better than black background-white letter combination.



来源:https://stackoverflow.com/questions/4508643/effects-of-ide-text-editor-color-settings-on-our-eyes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!