How to setup default theme color style?

In script version >= 1.5.4 color can be selected in admin->settings->design template
Logout is required after that

For older script versions:

If you want to specify color, in ‘application/config/cms_config.php’ add line

$config['color'] = 'red';

If you need customization of specific color theme, css file is:

templates\bootstrap2-responsive\assets\css\styles_red.css

you can also add your own color like:

templates\bootstrap2-responsive\assets\css\styles_mycolor.css

Then you should also create marker folder, example:

/assets/img/markers/mycolor/

can be also empty, then default markers will be used