You can change the default colors via variables from SCSS.
npm install
in terminal/console in the source folder where package.json
is locatedassets/scss/atlantis/_variables.scss
.gulp compile-scss
for a single compilation or gulp watch
for continous compilation of the changes that you make in *.scss
files. This command should be run in the same folder where gulpfile.js
and package.json
are located