Hi,
I am working with Boutique template.
There are three basic color themes, defined in style1.css, ..2.css and ..3.css
Is it possible to completely add a new color theme (like stryle4.css), name it "yellow"?
<option value="3">TPL_GK_LANG_COLOR_3</option>
<option value="4">TPL_GK_LANG_COLOR_4</option>
<field name="template_color" type="list" default="1" label="TPL_GK_LANG_TEMPLATE_COLOR" description="TPL_GK_LANG_TEMPLATE_COLOR_DESC">
<option value="1">TPL_GK_LANG_COLOR_1</option>
<option value="2">TPL_GK_LANG_COLOR_2</option>
<option value="3">TPL_GK_LANG_COLOR_3</option>
<option value="4">TPL_GK_LANG_COLOR_4</option>
</field>
TPL_GK_LANG_COLOR_3="violet"
TPL_GK_LANG_COLOR_4="yellow"