eclipse 修改左侧背景颜色为豆沙绿

1.找到eclipse的安装目录
2.进入plugins文件夹找到org.eclipse.ui.themes_1.2.400.v20190223-1254文件夹
3.进入文件夹后,进入css文件夹,找到e4_basestyle.css文件
4.编写该文件,在末尾加入如下代码
#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
background-color: #CCE8CF;
}

5.重启即可

你可能感兴趣的:(java)