File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/rt_nexus_wp/styles.php
<?php
/* Nexus Template by RocketTheme - August 2009
*
* In this file you can define all the predefined styles that
* you can find in the Admin CP, Template Manager.
*
*/
global $stylesList;
// 'style1' => array('0', '1', "2", "3", "4" ),
$stylesList = array(
'style1' => array('dark', 'light', 'light', 'yellow', 'dark'),
'style2' => array('light', 'light', 'light', 'lightblue', 'light'),
'style3' => array('dark', 'light', 'light', 'blue', 'dark'),
'style4' => array('dark', 'dark', 'dark', 'orange', 'dark'),
'style5' => array('light', 'light', 'light', 'green', 'dark'),
'style6' => array('dark', 'light', 'light', 'grey', 'dark'),
'style7' => array('light', 'dark', 'dark', 'brown', 'dark'),
'style8' => array('light', 'dark', 'dark', 'red', 'dark'),
'style9' => array('dark', 'dark', 'dark', 'darkblue', 'dark'),
'style10' => array('light', 'dark', 'dark', 'darkyellow', 'dark')
);
?>