Eclipse中不同的文件都有自己专门的编辑器配色设置,下面分别说明。
文本编辑器的背景色: Window->Preferences-> General->Editors->Text Editors->Appearance color options->Background color; java文件:Window->Preferences->Java->Editor->Syntax Coloring; properties文件:Window->Preferences->Java->Properties Files Editor; python文件:安装Pydev插件后,Window->Preferences->Pydev->Editor; 被标记的变量的背景色在Window->Preferences->Editors->Text Editors->Annotations->Occurrences(Pydev)中设置; Eclipse默认的配色还不错,就是白色的背景太亮了,将背景色调成浅灰色(红绿蓝都设为233)即可。