1.代碼區(qū)顏色
?? ?? Window->Preferences->General->Editors->Text Editors->Backgroud colors取消System default 設(shè)置成:85 飽和度調(diào)成:123 亮度 調(diào)成205
2.eclipse的package explore背景顏色設(shè)置
找到 eclipse\plugins\org.eclipse.platform_4.2.0.v201206081400\css? 或者org.eclipse.ui.themes_1.1.1.v20151026-1355\css?文件下的e4_default_win7.css 文件在最下邊填上如下代碼
#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
font-size: 14px;
background-color: #CCE8CF;
}
====================================
font-size: 14px; 為字體大小 自選
background-color: #C7EDCC;?? 為護(hù)眼背景顏色 RGB(85,123,205))
最后在? Window->Preferences->Theme->下選擇windows 7
