Eclipse怎么改超链接字体颜色怎么改和颜色

1.eclipse 背景色设置: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类似的eclipse的其他语言的也是这样设置,只是把JAVA替换成相应的即可。xml字体: Colors and Fonts 里找 Basicconsole字体:Colrs and Fonts 里找 Debug-&Console fontEclipse背景颜色修改:&操作界面默认颜色为白色。对于我们长期使用电脑编程的人来说,白色很刺激我们的眼睛,所以我经常会改变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:&Eclipse字体大小调整:&窗口(Window)-首选项(Preferences)-常规(General)-外观(Appearence)-颜色与字体(Colors And Fonts),在右边的对话框里选择Java - Java Editor Text Font,点击出现的修改(Change)按钮,可以设置显示在在主窗体中程序的字体大小,设置完之后点击右下角的应用(Apply),最后点击确定(OK)即可。&eclipse中的汉字横着显示怎么解决同一种字体有两种显示方式,比如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,可以设置字体的大小eclipse 改变颜色,背景一款看上去十分舒服的代码配色,会让Coding过程变得惬意,让编写效率提升不少。而Eclipse默认的代码配色实在丑陋,除了关键字为褐色加粗、字符串为蓝色外,其余颜色均为黑色。在这样的配色中,最难分辨的就是局部变量和类型的私有字段(其他好歹可以通过大小写规则来判断,如果代码编写够规范的话)。而且过于单调的颜色,不容易刺激视觉神经乃至中枢神经,会增加疲劳感,带来困意。为了改变这一现状,我们必须对Eclipse的代码配色进行更改。我的代码颜色改变字体颜色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 &红色eclipse 改变字体大小和颜色,背景改变字体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
本文已收录于以下专栏:
相关文章推荐
豆沙绿:色调:85,饱和度:1 2 3,亮度:2 0 5 。
文档都不再是刺眼的白底黑字,而是非常柔和的豆沙绿色,这个色调是眼科专家配置的,长时间使用会很有效的缓解眼睛疲劳保护眼睛。 
 
...
一、Eclipse中代码编辑背景颜色修改
1、打开window / Preference,弹出Preference面板 
2、展开General标签,选中Editors选项,展开。 
3、选中 Te...
程序员升职加薪指南!还缺一个“证”!
CSDN出品策划程序员9月规划,专为码农的升职加薪保驾护航,程序员的捷径,你get到了吗?听说阅读了这篇文章的人,都已实现了小梦想~快来揭秘!
Eclipse4.3默认字体是Consolas字体,那么在有中文时候字体会非常小,所以我们一般选用别的字体来替换。
一般用到的字体为Courier New,但有时候Eclipse找不到,那么在wind...
1.  .java类里的的字体大小:窗口(Window)—&首选项(preference)—&常规(General)—&外观(Appearance)—&颜色和字体(Colors and Fonts)—...
一、改变字体颜色:window——
eclipse的黑色背景和字体的设置
阿                   
  &#1...
1.编辑区的背景颜色修改按以下步骤:
window--&preferences--&general--&Editors--&Text Editors   然后在appearance color opt...
对eclipse的默认配置很不爽,黑色字体白色底好刺眼,而且字体习惯用Courier New
改变背景颜色:
windows-&Preferences-&General-&Editor-&...
通常觉得Eclipse默认的配置是非常刺眼的,对于长期编程来说对眼睛非常不好。
改变背景色
1、windows-&Preferences-&General-&Editor-...
用eclipse久了,白色背景让人眼疼。怎么修改背景像Android studio那样了,这是我设置好了的截图:
  大家看好了,我说的是更改整个eclipse页面的颜色的方法,需要下载插件,那...
您举报文章:
举报原因:
原文地址:
原因补充:
(最多只允许输入30个字)eclipse怎么设置字体颜色好?有图_java吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0成为超级会员,使用一键签到本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:639,287贴子:
eclipse怎么设置字体颜色好?有图收藏
怎么设置啊? 我想设置成和EditPlus差不多的 怎么办
2017java学习来上市公司博为峰学java,入学即签就业协议,不就业不收费,查看java课程!java好学吗?java课程来博为峰学,java工程师就业年薪十几万!
到精品区找翼神教程,完了自己慢慢改,我弄了一天多才满意
为什么用中文版的???ecli
登录百度帐号推荐应用先切个Eclipse设置时的Sample代码图:
再切一个自己的图:
废话不说,直接入题。
方式一:替换Eclipse的配置文件
其实Eclipse的各种配置都是在文件设置里的,因此只要用一个配置好的模版来替换默认的配置文件,即可将所有配置克隆到新的Eclipse环境中。
先切个Eclipse设置时的Sample代码图:
再切一个自己的图:
废话不说,直接入题。
方式一:替换Eclipse的配置文件
其实Eclipse的各种配置都是在文件设置里的,因此只要用一个配置好的模版来替换默认的配置文件,即可将所有配置克隆到新的Eclipse环境中。这些配置文件在workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings文件夹下。
懒人直接上代码:文件org.eclipse.ui.editors.prefs:
AbstractTextEditor.Color.Background.SystemDefault=false
AbstractTextEditor.Color.Foreground.SystemDefault=false
lineNumberRuler=true
AbstractTextEditor.Color.Foreground=248,248,248
AbstractTextEditor.Color.SelectionBackground=37,59,118
currentLineColor=60,65,77
printMargin=true
AbstractTextEditor.Color.Background=12,16,33
lineNumberColor=141,143,173
AbstractTextEditor.Color.SelectionBackground.SystemDefault=false
printMarginColor=122,123,139
eclipse.preferences.version=1
breakpointIndicationInOverviewRuler=true
occurrenceIndicationColor=60,65,77
overviewRuler_migration=migrated_3.1
文件org.eclipse.jdt.ui.prefs:
content_assist_disabled_computers=org.eclipse.jdt.ui.templateProposalCategory\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\u0000org.eclipse.jdt.ui.javaTypeProposalCategory\u0000org.eclipse.jdt.ui.textProposalCategory\u0000
content_assist_lru_history=&?xml version\="1.0" encoding\="UTF-8" standalone\="no"?&&history maxLHS\="100" maxRHS\="10"/&
content_assist_number_of_computers=21
content_assist_parameters_background=0,0,0
content_assist_parameters_foreground=255,255,255
content_assist_proposals_background=255,255,255
content_assist_proposals_foreground=26,26,26
eclipse.preferences.version=1
fontPropagated=true
java_bracket=0,255,0
java_comment_task_tag=0,128,0
java_default=144,238,144
java_doc_default=128,128,128
java_doc_keyword=128,0,255
java_doc_keyword_bold=false
java_doc_link=128,128,192
java_doc_tag=0,128,255
java_keyword=30,144,255
java_keyword_bold=false
java_keyword_return=255,0,255
java_keyword_return_bold=false
java_multi_line_comment=139,105,20
java_operator=255,255,0
java_single_line_comment=0,128,0
java_string=128,128,128
org.eclipse.jdt.ui.editor.tab.width=
org.eclipse.jdt.ui.formatterprofiles.version=12
org.eclipse.jdt.ui.javadoclocations.migrated=true
org.eclipse.jdt.ui.text.code_templates_migrated=true
org.eclipse.jdt.ui.text.custom_code_templates=&?xml version\="1.0" encoding\="UTF-8" standalone\="no"?&&templates/&
org.eclipse.jdt.ui.text.custom_templates=&?xml version\="1.0" encoding\="UTF-8" standalone\="no"?&&templates/&
org.eclipse.jdt.ui.text.templates_migrated=true
org.eclipse.jface.textfont=1|Consolas|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|0|3|2|1|49|C
proposalOrderMigrated=true
semanticHighlighting.abstractMethodInvocation.color=255,165,0
semanticHighlighting.abstractMethodInvocation.enabled=true
semanticHighlighting.annotation.color=229,229,229
semanticHighlighting.annotationElementReference.color=191,191,191
semanticHighlighting.annotationElementReference.enabled=true
semanticHighlighting.autoboxing.color=230,230,250
semanticHighlighting.autoboxing.enabled=true
semanticHighlighting.class.color=173,216,230
semanticHighlighting.class.enabled=true
semanticHighlighting.deprecatedMember.color=255,165,0
semanticHighlighting.enum.enabled=true
semanticHighlighting.field.color=160,32,240
semanticHighlighting.inheritedMethodInvocation.color=255,192,203
semanticHighlighting.inheritedMethodInvocation.enabled=true
semanticHighlighting.interface.color=255,165,0
semanticHighlighting.interface.enabled=true
semanticHighlighting.localVariable.color=230,230,250
semanticHighlighting.localVariable.enabled=true
semanticHighlighting.localVariableDeclaration.color=229,229,229
semanticHighlighting.localVariableDeclaration.enabled=true
semanticHighlighting.method.color=191,191,191
semanticHighlighting.method.enabled=true
semanticHighlighting.methodDeclarationName.bold=false
semanticHighlighting.methodDeclarationName.color=128,200,64
semanticHighlighting.methodDeclarationName.enabled=true
semanticHighlighting.number.color=255,255,255
semanticHighlighting.number.enabled=true
semanticHighlighting.parameterVariable.color=229,229,229
semanticHighlighting.parameterVariable.enabled=true
semanticHighlighting.staticField.color=255,0,0
semanticHighlighting.staticFinalField.color=144,238,144
semanticHighlighting.staticFinalField.enabled=true
semanticHighlighting.staticMethodInvocation.color=255,0,0
semanticHighlighting.typeArgument.enabled=true
semanticHighlighting.typeParameter.color=173,216,230
semanticHighlighting.typeParameter.enabled=true
sourceHoverBackgroundColor=245,245,181
sourceHoverBackgroundColor.SystemDefault=false
sp_cleanup.add_default_serial_version_id=true
sp_cleanup.add_generated_serial_version_id=false
sp_cleanup.add_missing_annotations=true
sp_cleanup.add_missing_deprecated_annotations=true
sp_cleanup.add_missing_methods=false
sp_cleanup.add_missing_nls_tags=false
sp_cleanup.add_missing_override_annotations=true
sp_cleanup.add_serial_version_id=false
sp_cleanup.always_use_blocks=true
sp_cleanup.always_use_parentheses_in_expressions=false
sp_cleanup.always_use_this_for_non_static_field_access=false
sp_cleanup.always_use_this_for_non_static_method_access=false
sp_cleanup.convert_to_enhanced_for_loop=false
sp_cleanup.correct_indentation=false
sp_cleanup.format_source_code=false
sp_cleanup.format_source_code_changes_only=false
sp_cleanup.make_local_variable_final=false
sp_cleanup.make_parameters_final=false
sp_cleanup.make_private_fields_final=true
sp_cleanup.make_type_abstract_if_missing_method=false
sp_cleanup.make_variable_declarations_final=true
sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=false
sp_cleanup.organize_imports=true
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
sp_cleanup.remove_private_constructors=true
sp_cleanup.remove_trailing_whitespaces=false
sp_cleanup.remove_trailing_whitespaces_all=true
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
sp_cleanup.remove_unnecessary_casts=true
sp_cleanup.remove_unnecessary_nls_tags=false
sp_cleanup.remove_unused_imports=false
sp_cleanup.remove_unused_local_variables=false
sp_cleanup.remove_unused_private_fields=true
sp_cleanup.remove_unused_private_members=false
sp_cleanup.remove_unused_private_methods=true
sp_cleanup.remove_unused_private_types=true
sp_cleanup.sort_members=false
sp_cleanup.sort_members_all=false
sp_cleanup.use_blocks=false
sp_cleanup.use_blocks_only_for_return_and_throw=false
sp_cleanup.use_parentheses_in_expressions=false
sp_cleanup.use_this_for_non_static_field_access=false
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
sp_cleanup.use_this_for_non_static_method_access=false
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
spelling_locale_initialized=true
tabWidthPropagated=true
useAnnotationsPrefPage=true
useQuickDiffPrefPage=true
注意,在替换文件内容前,建议先把原来的文件备份一下,拷贝该文件,在文件名最后增加.bak后缀,以后如果不想要这个深色主题了,直接可以用原来的文件恢复过来,方便又简单。
替换后,重启Eclipse即可看到效果。
这些属性具体的含义,一看应该能够猜到七八分了。如果觉得有些颜色不太喜欢,请自行修改。细节修改可以参看下面的“手动修改”。
方式二:手动修改
1. 改变背景颜色
Window-&Preferences-&General-&Editor-&Text Editors-&右边选择Appearance color options-&选Background color 选择背景颜色,这里我选的是(12,16,33)
选Current line highlight 来改变当前选中行的颜色。
2. 改变Java关键字、方法名、类名等的颜色
Window-&Preferences-&Java-&Editor-&Syntax Coloring-&右边有个Element,展开里面的节点,选择要修改的项,右边作修改:
当然,修改XML文件的相关背景色也差不多,路径为:
Window-&Preferences-&XML-&XML Files-&Editor-&Syntax Coloring-&右边有个Syntax Element,选择要修改的项,右边作修改即可。最后再上一个XML文件的效果图:
版权声明:本文内容由互联网用户自发贡献,本社区不拥有所有权,也不承担相关法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件至: 进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容。
用云栖社区APP,舒服~
【云栖快讯】集合阿里巴巴、阿里云技术干货!历届云栖社区在线峰会技术荟萃专题出炉,赶紧收藏吧~&&
为您提供简单高效、处理能力可弹性伸缩的计算服务,帮助您快速构建更稳定、安全的应用,提升运维效率,降低 IT 成本...
RDS是一种稳定可靠、可弹性伸缩的在线数据库服务。支持MySQL、SQL Server、PostgreSQL、高...
2017杭州云栖大会火热抢票
Loading...1877人阅读
安卓eclispe开发(30)
移动开发(25)
& &1. &.java类里的的字体大小:窗口(Window)—&首选项(preference)—&常规(General)—&外观(Appearance)—&颜色和字体(Colors and Fonts)—&java—&双击java edtior &text font ,进行编辑字体大小与风格如图:
2.修改XML的字体大小:窗口(Window)—&首选项(preference)—&常规(General)—&外观(Appearance)—&颜色和字体(Colors and Fonts)—&基本(Basic)—&双击文本字体(text font)进行编辑 &如图:
3. &.java背景色 & :窗口(Window)—&首选项(preference)—&常规(General)—&编辑器(Editors)—&文本编辑器(Text editors)—&点击背景色(Backgroud &colors)进行编辑颜色 如图
4 &.java字体颜色:窗口(Window)—&首选项(preference)—&java—&编辑器(Editor)—&语法着色(Syntas Corloring)—&点击java进行对语法着色 如图:
5. xml中的文字颜色编辑:窗口(Window)—&首选项(preference)—&XML—&XML文件(XML files)—&编辑器(Editors)—&点击语法着色(Syntax Corloring)进行编辑文字颜色
&&相关文章推荐
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:75019次
积分:1230
积分:1230
排名:千里之外
原创:52篇
评论:15条
(2)(1)(1)(7)(1)(1)(4)(6)(3)(3)(5)(2)(9)(7)}

我要回帖

更多关于 ps字体颜色怎么改 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信