§Eclipse
§Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/eclipse.git
Note: You will need to change theme and reimport dracula-theme.xml
to update theme in Eclipse.
§Install manually
Download using the GitHub .zip download option and unzip them.
§Prerequisites
- Eclipse IDE installed on your system.
- Darkest Dark plugin from the Eclipse Marketplace.
§Activating theme
- In Eclipse, to open the desired theme selection window go to
Window > Preferences > DevStyle > Color Theme
. - In Extras section, click import and select
dracula-theme.xml
from the downloaded repository. - Select
Dracula Theme
from the Editor theme dropdown. - Select
Dark Custom
from the Workbench Theme dropdown. - Check
Theme background
in Extras section. - Enter the HSL values of
HSL(231, 15, 18)
(equivilent of #282a36 - background). - Restart Eclipse.
See Screenshot for clarifications below.

§Touble shooting
- If the HSL selection menu does not appear for Window theme
Dark Custom
, try restarting Eclipse and reopening the menu.