at present you have to do:
'base' => array(
'theme' => 'newtheme',
'file' => 'general.php',
'regions' => array(),
),
we actually know in which theme we are, so we may add the 'theme' on the fly using current theme name when loading the theme config
Benefit: it will be easier to duplicate/modify themes