Eclipse color themes not working -


i have followed clear instructions install eclipse color themes 1.0.0 in eclipse luna 4.4.0, ubuntu 10.04.2 64bits, , whenever check of themes:

  1. no preview shown.
  2. the theme not applied when click apply , accept.

i have checked other questions such as: how can change eclipse theme? eclipse color theme not working not problems. no errors.

update: turns out editor working, rest of windows original aspect.

any advice welcome. thank you!

i found answer: known bug eclipse version: https://github.com/guari/eclipse-ui-theme/issues/73

basically, have enable gtk3 when launching it, can done in .desktop file:

[desktop entry] name=eclipse comment=eclipse luna exec=env swt_gtk3=1 ~/apps/eclipse/eclipse icon=~/apps/eclipse/eclipse-1.png startupnotify=true terminal=false type=application 

and requires set global dark theme on on gnome tweak tool.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

javascript - How to insert selected radio button value into table cell -

css - Transitioning Transforms in Safari look terrible/shaky/stuttering -