eclipse修改类资源管理器背景色
找到eclipse\plugins\org.eclipse.ui.themes文件夹,找到CSS文件夹,打开e4_basestyle.css,文件后面
添加代码
#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
font-family: courier new
font-size: 10px;
background-color: #CCE8CF;
}
再重启eclipse即可