came across this cool GWT theme creator today. really easy way to get rid of the standard GWT look (colors mostly).
http://gwt-theme-generator.appspot.com/
to install add the jar to your classpath and add following line to your *module*.gwt.xml file:
<inherits name=’com.sensei.themes.mytheme.Mytheme’/>
Advertisement