Eclipse 背景顏色設定
阿新 • • 發佈:2019-01-26
1.程式碼區顏色
Window->Preferences->General->Editors->Text Editors->Backgroud colors取消System default 設定成:RGB(204,232,207).
2.eclipse的package explore背景顏色設定
找到 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-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
font-size: 14px;
background-color: #CCE8CF;
}
====================================
font-size: 14px; 為字型大小 自選
background-color: #CCE8CF; 為護眼背景顏色 RGB(204,232,207))
最後在 Window->Preferences->Theme->下選擇windows 7
設定完之後 上效果圖如下: