Colour & Mode

Estimated reading: 1 minute 99 views

Change Color

Gulp+hbs version goto src/assest/scss/_custom_variable.scss and add some color variable.

  1. $primary-light: #c9dcff;
  2. $primary: #4788ff;
  3. $primary-dark: #1360ee;
  4. $sidebar-purple-shade: #876cfe; // For Layout 2
  5. $sidebar-navi-shade: #040849; // For Layout-4
  6. $collapse-dark-shade: #fe721c; // For Layout 6
  7. $nyon-green-shade: #37e6b0; // For Layout 14

Change Mode

Html, gulp+html, webpack+html version you can open html file and add or remove dark class to change mode

Gulp+hbs version goto and open gulp.config.json and change into dark: true or dark: false

Leave a Comment

Share this Doc

Colour & Mode

Or copy link

CONTENTS