<?php
$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color'); 
$THEME->standardsheets = false;
$THEME->parent = '';  // put the name of the theme folder you want to use as parent here. 
$THEME->parentsheets = array('user_styles');
$THEME->modsheets = true;  

?>