How to change the font style and theme in Eclipse editor?
Table of contents
For font related changes
Move your cursor to ‘Window’
Left click on ‘window’
A drop down menu appears
Left click on ‘Preferences’
A dialog box appears like the image below
Next go to General > Appearance > Colors and Fonts
go to Basic > Text Font
-
Then edit button will be enabled
Select the desired font family , font style and font size
Then click on ‘Ok’
Then click on ‘Apply and Close’
For Themes
Follow this article and install the eclipse plugin
Then go to this website and download the xml file of the theme you like
Go to General > Appearance > color theme and import xml
The previous step will add the theme to the list
Select the theme from the list and set apply.
I am currently using
Overall Theme : Dark
Code editor theme : Sublime Text 3(Monokai )
Font family : JetbrainsMono Nerd
Font size : 11
Thank you.