1

I tried to switch to dark theme or Moonrise UI theme in Eclipse 4.6.0 . After I switch, everything adapts to the theme except the toolbars, they still are grey. I could only find solutions regarding white editor windows, nothing about toolbars.

eclipse dark theme white toolbars

How can I change it?

greg-449
  • 109,219
  • 232
  • 102
  • 145
mwlltr
  • 11
  • 1
  • 2

2 Answers2

2

Solution: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436753

#!/bin/bash
export SWT_GTK3=0
./eclipse

It works in my case!

0

Take a look at the link below

https://marketplace.eclipse.org/content/eclipse-moonrise-ui-theme/metrics

You should import the RainbowDrops.epf as preference to get a complete dark theme.

With the above settings the menu bar still remains in gray. However the color of the toolbar changes.

Hope it helps.

Gauthaman Sahadevan
  • 923
  • 1
  • 11
  • 19