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.
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.
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!