Do you know how to change the theme of eclipse IDE ?
There is a Eclipse plugin to change the theme of you eclipse
environment. You can find the details of it on the eclipse marketplace.
Below are the steps to install it.
Go to Help of eclipse ->Eclipse MarketPlace -> search Eclipse
color theme.
Once you select and click on it. Installation takes few
minutes to complete.
After the
installation, go to Window→Preferences→General→Appereance->Color Theme
to change the color theme.
Please note:
If you are using a version of the plugin lower than 0.6, please uninstall and reinstall it from the new location. Update site and plugin ID have changed.
If you are using a version of the plugin lower than 0.6, please uninstall and reinstall it from the new location. Update site and plugin ID have changed.
While Eclipse allows you to change the syntax coloring in
great detail, there is no support for managing multiple color themes. It is
possible to achieve that by importing and exporting preferences files, but this
is inconvenient and likely to mess up your preferences. Furthermore, color
themes have to be created for every single editor, a theme for the Java editor
does not change the XML, JavaScript or any other editors. This plugin solves
these issues by mapping a generic color theme format to specific preferences
entries for each supported editor.
Eclipse Color Theme currently supports the following editors:
·
Text
·
Java
·
Java properties
·
XML
·
HTML
·
CSS
·
JavaScript
·
C++
·
PHP
·
Ant
·
SQL
·
Python
·
JSP
·
Perl
·
Groovy
·
FDT
·
ActionScript/MXML (Adobe Flash Builder)
·
Ruby
·
Scala
·
FreeMarker (JBoss Tools)
·
PDE
·
ColdFusion (CFEclipse)
·
TCL
·
BibTex/LaTeX (TeXlipse)
·
R (StatET)
Available themes:
Oblivion
Obsidian
Zenburn
Inkpot
Tango
Schuss
Wombat
Pastel
minimal
Mr
Monokai
Sunburst
Retta
You can download additonal themes or create your own on eclipsecolorthemes.org.


