It’s recommended to use Sass to generate your own color skin.
We’ve prepared various sets of variables for easy template customizations. You can find it here:
source/assets/scss/config/_variables.scss
To change any of existing variables it’s recommended to add your variables or overwrite existing in _custom-variables.scss
:
- Open
source/assets/scss/config/_custom-variables.scss
in your favorite code editor. - Change the value of color variable:
$primary: #a3ff12;
with your own. - Compile your Sass to CSS (see above).