eclispe左侧导航栏背景颜色修改为绿色

修改文件

文件位置:
eclipse安装目录\plugins\org.eclipse.ui.themes_xxxxxxxx\css\e4_basestyle.css

比如:
D:\eclipse\plugins\org.eclipse.ui.themes_1.2.400.v20190223-1254\css\e4_basestyle.css

在末尾加入如下代码:

#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
background-color: #CCE8CF;
}

重启eclipse

参考下面这篇文章(有图有真相)

https://blog.csdn.net/weixin_43203539/article/details/89674802

你可能感兴趣的:(eclispe左侧导航栏背景颜色修改为绿色)