Example:
new style:
Green
exist style:
Blue
Please try to make as following:
1. please open
templates/your_template/css/color/color.xml file, add this code:
<green>
<filestyle>green</filestyle>
</green>
into
sitestyle tag
2. register your color to
templates/your_template/templateDetail.xml
<field name="sitestyle" type="list" default="blue" label="SITE_STYLE_LABEL" description="SITE_STYLE_DESC">
<option value="purple">Purple</option>
<option value="blue">Blue</option>
<option value="red">Red</option>
<option value="green">Green</option>
</field>
3. in
templates/your_template/css/color folder, create
green.css file and copy the content of
blue.css file and then parse into
green.css file. In
green.css file, change
blue color to
green color
4. create
green folder in
templates/your_template/images folder, copy all files in
blue folder to
green folder. Open Photoshop or any tool to edit images in
green folder to
green color