mwlltr
mwlltr

Reputation: 11

eclipse dark theme, but white toolbars

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?

Upvotes: 1

Views: 4603

Answers (2)

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

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

It works in my case!

Upvotes: 2

Gauthaman Sahadevan
Gauthaman Sahadevan

Reputation: 943

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.

Upvotes: 0

Related Questions