Color schemes are described here: http://pivot.apache.org/2.0/docs/api/org/apache/pivot/wtk/skin/terra/package-summary.html
The default color scheme descriptor is here: http://svn.apache.org/repos/asf/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_default.json By following this format, you can create your own custom theme descriptors. You can specify them at application startup as Sandro described, using the org.apache.pivot.wtk.skin.terra.location system property: -Dorg.apache.pivot.wtk.skin.terra.location=/com/foo/bar/MyTheme.json G On Feb 9, 2011, at 6:42 AM, dranzer_duch wrote: > > Actually yeah, i would like to see some small example that shows, how the > parameters taken care of in the bxml file, and how the parameters are passed > when skins are used.. > > > Say for example, I have something like: > > <Label text="%heading" styles="{font:'Arial bold 14', color:'#347235'}/> > in my bxml file, I want to know how to use the skin customization on this > tag(or a similar tag) > and what are the other changes i need to make in json or my java file. > > Actually i am not too clear on the usage of skins. > > Thanks > > ----- > Aakanksha > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/Applying-custom-Color-themes-to-pivot-app-tp2457362p2457871.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
