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
I have been searching this for every version of Eclipse and finally I got something which helped me to increase the font size and font type of of the project explorer.
1.go to below path on your local environment
.p2 -> pool -> plugins -> org.eclipse.ui.themes_(version) -> css -> e4_basestyle
2.paste below lines at the end of the file.
Tree {
font-size: 14px; /* <-- Desired font size */
font: Consolas; /* <-- Font you want to have */
}
NOTE : I tried this on latest version of the eclipse on windows 10 and it worked for me. I did not tried on the previous version.