I'm trying to simply update the look and feel of Eclipse Juno 4.2 via CSS stylesheets. There are a couple of tutorials I've seen, and a stackoverflow question:
- http://www.vogella.com/articles/Eclipse4CSS/article.html
- eclipse Juno custom workbench colors
- http://www.woodwardweb.com/java/eclipse_juno_th.html
I've installed the CSS spy tool, but this only lets me make temporary changes. Sigh. I've gone into the org.eclipse.platform_4.2.0.v201206081400 plugin folder, and mucked around with the plugin.xml, but none of the changes I make there have any effects (even after a restart).
How do I create a new theme and apply it WITHOUT creating, compiling and installing an entire eclipse plugin project to my local environment? Or, even better, can I just modify an existing theme?