@barcia
(1) Go to: lib / themes
now drag and drop a new css theme.
(2) Go to: inc / class-util.php
on line 23, you should see $list = array
Make a new array item with the name of the new theme, for example lets say I made a new theme called “Cobalt2Wes”, so then it would look like this…
: 7 => array(‘name’ => ‘Cobalt2WesBos’, ‘url’ => $baseUrl . ‘prism-cobalt2wesbos’, ‘file’ => ‘prism-cobalt2wesbos’),
Save, and thats it. Your new color scheme should now appear as a plugin setting option.