Different theme for each language in Eclipse

286 views Asked by At

I would like to know: there is a way to have a different theme for each language in Eclipse IDE? For example: the default white theme for Java editor and a dark theme for PHP.

Thanks for your time.

1

There are 1 answers

2
this.user3272243 On BEST ANSWER

Use different workspaces, lets say you have workspace with dark theme called "X" when you connect to a new one eclipse will load the default theme, so what you need to do is have one workspace per language and set a theme for each one and switch between them with File > Switch workspace.

Hope this helps!