user2711115
user2711115

Reputation: 457

eclipse dark theme menu

I'm using i3 with the default config and no gtk theme (most gtk apps are dull gray and that's fine) however, eclipse's Dark theme has a small problem with the menu bar:

enter image description here

the menu text color and background are too close and it's hard to read. Is there anyway to override that somewhere? Thanks

Upvotes: 11

Views: 1712

Answers (2)

sfinkens
sfinkens

Reputation: 1350

Try running Eclipse with GTK2 flag:

export SWT_GTK3=0
./eclipse

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=436753#c1 .

Upvotes: 0

Erwan C.
Erwan C.

Reputation: 719

You may change the css file used by the theme. Go to:

ECLIPSE_HOME\plugins\org.eclipse.ui.themes_versionNumber\css

Upvotes: 3

Related Questions