This is how easy it is to do and I hope it helps
someone because I really love this theme!
- Navigate to \wwwroot\files\themes\Skittlish\ and open up the app.js file.
- Locate line 75 in the app.js file (in bold) change it to one of the other predefined colors for example I changed mine to cookie = 'fixed blue' I
found the color names in the base.css file in the same folder. The
choices are blue, cyan, green, orange, pink, red and violet.
/* el customizer */
function loadPreferences() {
var cookie = getCookie('skittlish');
if (cookie == '') {
cookie = 'fixed orange';
}
I also want to point out that this could all be done using just the
site itself no FTP required. Just go to the ControlPanel -> Site
Options -> Utilities -> File Browser then navigate to the path
above and click on the app.js this will open up another page with an
Edit button.