I am using Eclipse Version: Oxygen.1a Release (4.7.1a) and I want to enlarge the Project Explorer tree view font size because I have some sight issues and thus I searched ma
To increase font size of eclipse project explorer window for eclipse 2020-06.
First check the theme, you are using in the eclipse from preferences.Increase the value of below property for that theme. For example, if you are using light theme.
In file: /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.themes_1.2.1000.v20200528-1125/css/light/e4-light_partstyle.css,
Add property if missing or if it is already present, just increase value of font size.
.MPart Tree {
font-size: 13;
}