《eclipse》eclipse, STS修改左侧Project Exploer背景颜色及字体大小

1. 找打文件e4_basestyle.css

sts-4.3.1.RELEASE\plugins\org.eclipse.ui.themes_1.2.600.v20190513-0458\css\e4_basestyle.css

2. 在末尾添加样式

#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
	font-size: 12px;
	font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
}

然而这种方式 跟 git结合  有bug

 

你可能感兴趣的:(eclipse)