Sencha Touch 2 Standard Themes?

sencha-touch-2, themes

Solution

Yes there are, if you open up senchatouch2/resources/css you've got the default sencha-touch.css and then you have apple.css, android.css, bb6.css(blackberry).

 <link rel="stylesheet" href="senchatouch2/resources/css/apple.css" type="text/css" />

Problem

I noticed that the theme code is missing from the KitchenSink in the final version of ST2. Are there any default themes that ship with the product? Also, are there any open source themes available? I'd like to have a few themes handy for demos so I can easily switch between them.

Original source