Hi,

To set black theme as default, do the following.

Open include/classes/Css.php file and find
PHP Code:
$css 'default'
replace this line with
PHP Code:
$css 'black'
Save file.

Re-load your site after clearing the browser's cache and cookie.