From: "Owen Barton" <drupal@owenbarton.com>
To: development@drupal.org
Sent: Thursday, October 10, 2013 10:39:41 AM
Subject: Re: [development] Theme systemHi Chris,One issue is that the "base theme" line should use the system name of the theme, which is "bartik" (i.e. lowercase) rather than the "human" name - see the example on https://drupal.org/node/225125. A new theme should show up in the theme listing page right away. If you change the info file after selecting the theme though, you will need to clear the cache (e.g. via the button on the performance page, or with drush cc) for the changed lines to be recognized.