$theme = 'darkmood';
+The available themes are the folders in ``www/themes/``.
+By default, SemanticScuttle ships only one usable theme ("default") and one
+to demonstrate how to create your own theme ("testdummy").
+
Creating your own theme
=======================
+Have a look at the "testdummy" theme in ``www/themes/testdummy/``.
CSS and image files
-------------------
www/themes/$themename/scuttle.css
+Several template files in SemanticScuttle include image files. If they do not
+exist in your theme, the default ones are used automatically.
+Note that this is not true for images that are specified in the CSS files.
+
Template files
--------------