Reputation: 457
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:
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
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
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