Eclipse背景颜色、字体设置(豆沙绿护眼色)

推荐背景颜色

  豆沙绿:色调 85,饱和度 123,亮度 205

  设置后编辑器背景颜色不再是刺眼的白底黑字,而是非常柔和的豆沙绿色。这个色调是眼科专家配置,长时间使用会很有效的缓解眼睛疲劳保护眼睛。

改变背景颜色

  Windows->Preferences->General->Editor->Text Editors

  右边选择Appearance color options

  选Background color选择背景颜色

  选Current line highlight来改变 当前选中行 的颜色

改变字体颜色

  Windows->Preferences->Java->Editor->Syntax Coloring

  右边选择Java然后可以自由选择颜色了

  配色方案详细:

  • Annotations(注释)
    107, 147, 186

  • Deprecated members(过期的成员)
    0, 0, 0

  • Fields(字段)
    128, 255, 0 绿色

  • KeyWord 'return'(关键字'return')
    255, 0, 0 红色

  • Keyword excluding 'return'(除了关键字以外的return)
    255, 80, 0 深深橘色

  • Local variable declarations(局部变量声明)
    70, 140, 179 深蓝色

  • Method declarations(方法声明)
    247,197,39 淡橘色

  • Method(方法)
    241, 196, 54 深淡橘色

  • Operators and brackets(运算符与方括号)
    255, 128, 0 深橘色

  • Others(其他)
    126, 202, 0 淡绿色

  • Static fields(静态字段)
    128, 255, 0 绿色

  • Static Method invocations(静态方法调用)
    77, 166, 255

  • Strings(字符串)
    89, 196, 196 墨蓝色

  • Type variables(类型变量)
    222, 0, 25 红色


更新时间:2020-07-29 10:37:44

本文由 新逸Cary 创作,如果您觉得本文不错,请随意赞赏
采用 知识共享署名4.0 国际许可协议进行许可
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名
原文链接:https://blog.xinac.cn/archives/eclipse-color-setting.html
最后更新:2020-07-29 10:37:44

评论

Your browser is out of date!

Update your browser to view this website correctly. Update my browser now

×