博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Eclipse 工具背景色,以及鼠标滑动调整
阅读量:6877 次
发布时间:2019-06-26

本文共 1268 字,大约阅读时间需要 4 分钟。

hot3.png

1.Eclipse字体大小调整: 

窗口(Window)-首选项(Preferences)-> General)->  Appearence  ->  Colors And Fonts -> Java ->  Java Editor Text Font  ->  Change :

1036228-20161109194304405-1376964950.png

2.Eclipse  xml和jsp文件字体大小调整:

window -> preferences ->  General -> appearance -> colors and fonts -> Basic -> Text font :

1036228-20161109194524811-279480555.png

3.我把字体都设置为:

1036228-20161109194548624-100995582.png

4.接下来设置护眼颜色:

window -> preferences ->  General -> Editors -> Test Editors -> Background color

勾掉System Default,点击'color',弹出颜色选择面板,选择喜好的颜色

背景颜色向你推荐:色调:85。饱和度:1 2 3。亮度:2 0 5 

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

 5.最后,设置关键字颜色,这一步随意要不要设置,关键字颜色

windows->Preferences->->Editor->Syntax Coloring

设置参数:

Annotations(注释): 107, 147, 186  浅蓝色

Deprecated members(不建议使用的成员): 0, 0, 0  
Fields(字段): 128, 0, 128  紫色
KeyWord 'return'(关键字'return'): 255, 0, 0   红色
Keyword excluding 'return'(除了关键字以外的return): 255, 128 ,0  橙色
Local variable declarations(局部变量声明): 128, 128, 128   灰色
Method declarations(方法声明): 255, 128, 64    橙色
Method(方法): 0, 48, 96 暗浅蓝色
Operators and brackets(运算符与方括号): 255, 128, 0  橙色
Others(其他): 96 153, 0   深绿色
Static fields(静态字段): 33, 0, 189  深蓝色
Static Method invocations(静态方法调用): 77, 166 255  天蓝色 
Strings(字符串): 132, 26, 238   中天蓝色
Type variables(类型变量): 128, 0, 25   红罗色

最后效果:

 

第二种方式:

设置主题:https://jingyan.baidu.com/article/6c67b1d68c03be2787bb1ed6.html

转载于:https://my.oschina.net/kuchawyz/blog/3022852

你可能感兴趣的文章
不用加减乘除实现加法
查看>>
Android SD卡 文件或目录拷贝、复制、粘贴
查看>>
git命令与github使用(转主要看向远程仓库推内容)
查看>>
JAVA生成四位数的验证码
查看>>
讯飞语音错误码大全
查看>>
编译器错误消息: CS0433: The type 'global_asax' exists in both 'App_global.asax
查看>>
原生ajax显示php后台内容
查看>>
Android 富文本装饰器Spannable
查看>>
sync.Map源码分析
查看>>
error: invalid storage class for function
查看>>
seci-log 1.08 发布 增加snmp trap v2c和v3的收集
查看>>
jquery通过url传递 和 接收 参数
查看>>
禁用火狐14以后plugin进程
查看>>
linux增加swap分区
查看>>
Android软键盘的显示与隐藏
查看>>
ThreadPool 线程池
查看>>
AWK 文件处理计数
查看>>
我的友情链接
查看>>
AI技术说:人工智能相关概念与发展简史
查看>>
eclipse启动失败
查看>>