1.找到eclipse的安装目录(我的安装在D:\eclipse)eclipse 修改工作空间左侧包资源管理器背景颜色为豆沙绿
2.进入plugins文件夹找到如图所示的文件夹
eclipse 修改工作空间左侧包资源管理器背景颜色为豆沙绿
3.进入上图所示文件夹后,进入css文件夹,找到e4_basestyle.css文件
eclipse 修改工作空间左侧包资源管理器背景颜色为豆沙绿
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 修改工作空间左侧包资源管理器背景颜色为豆沙绿

相关文章:

  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-06-15
  • 2021-11-21
  • 2021-11-17
  • 2022-02-07
猜你喜欢
  • 2021-08-08
  • 2021-05-23
  • 2021-10-08
  • 2022-12-23
  • 2021-08-07
  • 2021-09-03
相关资源
相似解决方案