博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Eclipse背景颜色修改
阅读量:5068 次
发布时间:2019-06-12

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

第二方案
改变背景颜色(黑底背景的设置)

1.windows->Preferences->

在左边选择General->Editor->Text Editors,右边选择Appearance color options 选Background color 选择背景颜色,取消System Default背景配色:160,0,59

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

点击应用(Apply)后背景色就设置好了,下面说说怎么改文字颜色。

回到Preference对话框:Java->Editor->Syntax Coloring,在右侧弹出选项卡

配色方案详细following: 
Annotations(注释):                  107, 147, 186 
Deprecated members:            0, 0, 0 (不建议使用的成员)
Fields(字段):                            128,255,0 绿色
KeyWord 'return':                   255, 0, 0  红色(关键字'return')
Keyword excluding 'return':   255,80, 0  深深橘色(除了关键字以外的return)
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  红色

转载于:https://www.cnblogs.com/anyuan9/p/6171515.html

你可能感兴趣的文章
多服务器操作利器 - Polysh
查看>>
[LeetCode] Candy
查看>>
Jmeter学习系列----3 配置元件之计数器
查看>>
jQuery 自定义函数
查看>>
jq 杂
查看>>
jquery datagrid 后台获取datatable处理成正确的json字符串
查看>>
作业一
查看>>
AJAX
查看>>
ActiveMQ与spring整合
查看>>
web服务器
查看>>
Git的使用--打tag
查看>>
F# 编程 借助 F# 构建 MVVM 应用程序
查看>>
ACFUN切换代码自用。。。
查看>>
网卡流量检测.py
查看>>
【转】Android的权限permission
查看>>
ajax
查看>>
poj1981 Circle and Points 单位圆覆盖问题
查看>>
POP的Stroke动画
查看>>
线程同步机制初识 【转载】
查看>>
Oracle 游标使用全解
查看>>