Skip to main content

Gnome Dark Theme on Eclipse Luna

Hi,
Most of you might still looking for a way to enable Gnome Dark Theme on Eclipse. Well you just have to follow 2 steps to get it done.
  1. Run Eclipse with following command
    env SWT_GTK3=1 /path-to-eclipse/eclipse
  2. Enable Dark theme on Eclipse
    Window -> Preferences -> General -> Appearance
    Select "Dark" as theme
Let me know how it goes for you.

Enjoy the Dark Theme ;)

Comments