eclipse 修改工作空间左侧包资源管理器背景颜色为豆沙绿

效果图
在这里插入图片描述
1.找到eclipse的安装目录(我的安装在D:\eclipse)在这里插入图片描述
2.进入plugins文件夹找到如图所示的文件夹
在这里插入图片描述
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.记得重启eclipse
效果如下
在这里插入图片描述