eclip配色方案

更新时间:2023-08-02 01:57:57 阅读: 评论:0

eclip配⾊⽅案
eclip配⾊主题下载路径:
eclip中⾼亮显⽰相同的变量:
rwsren./blog/static/99166772201186105018103/
因为字体颜⾊默认的我们看久了会觉得有点眼睛不舒服,特别是在晚上,太亮了,我觉得eclip的⽩⾊背景太刺眼了看着不舒服。
此时我们就希望设置⼀下字体eclip字体颜⾊,让他像其它编辑器⼀样的,有不同的风格,⽩天⽤⼀上⽤⼀种。
Window->Preferences->General->Editors->Text Editors->Backgroud colors
取消System default 设置成:RGB(204,232,207).
防强光眼镜2.字体⼤⼩设置:
java 字体:森林火灾预防
菜单windows>Prefenrence>General Appearance>Colors and Fonts 在右边的菜单中选Java> Java Editor Text
最新个性签名Font
类似的eclip的其他语⾔的也是这样设置,只是把JAVA替换成相应的即可。
xml字体: Colors and Fonts ⾥找 Basic
console字体:Colrs and Fonts ⾥找 Debug->Console font
Eclip背景颜⾊修改:
操作界⾯默认颜⾊为⽩⾊。对于我们长期使⽤电脑编程的⼈来说,⽩⾊很刺激我们的眼睛,所以我经常会改变workspace的背景⾊,使眼睛舒服⼀些。设置⽅法如下:
1、打开window->Preference,弹出Preference⾯板
2、展开General标签,选中Editors选项,展开。
3、选中 Test Editors,右边出现Test Editors⾯板。 ⾯板中有这样⼀个选项:Appearance color options; 其中是各种板块颜⾊的设置,其中有⼀项是background color,根据⾃⼰的喜好选择颜⾊。
4、 选中background color,勾掉System Default,点击'color',弹出颜⾊选择⾯板,选择喜好的颜⾊,单击确定。微信个性头像
5、返回Test Editors,单击Apply即可。展开Test Editors,还有其他选项,⽐如对错误提⽰的颜⾊样式,如果你对此感兴趣也可尝试更改⼀下。
背景颜⾊向你推荐:⾊调:85。饱和度:1 2 3。亮度:2 0 5
⽂档都不再是刺眼的⽩底⿊字,⽽是⾮常柔和的⾖沙绿⾊,这个⾊调是眼科专家配置的,长时间使⽤会很有效的缓解眼睛疲劳保护眼睛。
改变背景颜⾊
windows->Preferences->General->Editor->Text Editors
右边选择Appearance color options
选Background color 选择背景颜⾊
选Current line highlight 来改变 当前选中⾏ 的颜⾊
配⾊⽅案详细following:
Eclip字体⼤⼩调整:
窗⼝(Window)-⾸选项(Preferences)-常规(General)-外观(Appearence)-颜⾊与字体(Colors And Fonts),在右边的对话框⾥选择Java - Java Editor Text Font,点击出现的修改(Change)按钮,可以设置显⽰在在主窗体中程序的字体⼤⼩,设置完之后点击右下⾓的应⽤(Apply),最后点击确定(OK)即可。
eclip中的汉字横着显⽰怎么解决
同⼀种字体有两种显⽰⽅式,⽐如Fixedsys Excelsior 3.01和@Fixedsys Excelsior 3.01,前⼀种汉字是竖着显⽰,后⼀种汉字是横着显⽰。preferences->java->Editor->Syntax Coloring中点击右上⾓的Colors and Fonts,在弹出的对话框中找到java->Java Edit Text Font,双击该字体,从中选择前⾯不带@的字体即可解决汉字横着的问题。
xml的字体⼤⼩调整:
window--preferences--General--appearance--colors and fonts--Basic-- "Text font "
学习句子
然后点change,可以设置字体的⼤⼩
eclip 改变颜⾊,背景
⼀款看上去⼗分舒服的代码配⾊,会让Coding过程变得惬意,让编写效率提升不少。⽽Eclip默认的代码配⾊实在丑陋,除了关键字为褐⾊加粗、字符串为蓝⾊外,其余颜⾊均为⿊⾊。在这样的配⾊中,最难分辨的就是局部变量和类型的私有字段(其他好⽍可以通过⼤⼩写规则来判断,如果代码编写够规范的话)。⽽且过于单调的颜⾊,不容易刺激视觉神经乃⾄中枢神经,会增加疲劳感,带来困意。
为了改变这⼀现状,我们必须对Eclip的代码配⾊进⾏更改。
我的代码颜⾊
改变字体颜⾊
windows->Preferences->Java->Editor->Syntax Coloring
右边选择Java 然后可以⾃由选择颜⾊了
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  红罗⾊
学习从现在开始
第⼆⽅案
改变背景颜⾊(⿊底背景的设置)
windows->Preferences->General->Editor->Text Editors
右边选择Appearance color options
选Background color 选择背景颜⾊
选Current line highlight 来改变 当前选中⾏ 的颜⾊
配⾊⽅案详细following:
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  红⾊
eclip 改变字体⼤⼩和颜⾊,背景
改变字体
windows->Preferences->General->Appearance->Colors and Fonts 右边选择Java ->Java Editor Text Font 选择喜欢的字体
改变字体颜⾊
windows->Preferences->Java->Editor->Syntax Coloring
右边选择Java 然后可以⾃由选择颜⾊了
改变背景颜⾊
windows->Preferences->General->Editor->Text Editors
右边选择Appearance color options
眺望作文选Background color 选择背景颜⾊
选Current line highlight 来改变 当前选中⾏ 的颜⾊
配⾊⽅案详细following:
Annotations(注释): 107, 147, 186
Deprecated members(不建议使⽤的成员): 0, 0, 0
Fields(字段): 128, 0, 128
KeyWord 'return'(关键字'return'): 255, 0, 0
豆芽焖面
Keyword excluding 'return'(除了关键字以外的return): 255, 0, 128 Local variable declarations(局部变量声明): 128, 128, 128
Method declarations(⽅法声明): 255, 128, 64
Method(⽅法): 74, 165, 255
Operators and brackets(运算符与⽅括号): 255, 128, 0
Others(其他): 126, 202, 0
Static fields(静态字段): 33, 0, 189
Static Method invocations(静态⽅法调⽤): 77, 166 255
Strings(字符串): 132, 26, 238
Type variables(类型变量): 128, 0, 25

本文发布于:2023-08-02 01:57:57,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/1126283.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:字体   背景   眼睛   改变   选择   编写   设置
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图