Hi,
I am always using HTML-demo1 for my project and I satisfy with it. However, when I jumped from v8.2.0 to v8.2.3, the colors become vivid. Besides, I realize that the colors in demo 1 are different from those in your documentary
- Demo 1
https://preview.keenthemes.com/metronic8/demo1/dashboards/projects.html
- Documentatry
https://preview.keenthemes.com/html/metronic/docs/base/buttons
Could you show me the HTML demo source I should download to have the exact colors as same as those in documentary?
Thanks
Hi,
Demi1 uses a new color set after the design improvements. You can change the color set by adding the below sass code in src/sass/components/_variables.custom.scss</div>:
// Bootstrap color system
$white: #ffffff;
// Theme colors
// Primary
$primary: #009ef7;
$primary-active: #0095e8;
$primary-light: #f1faff;
$primary-light-dark: #212e48;
$primary-inverse: $white;
// Success
$success: #50cd89;
$success-active: #47be7d;
$success-light: #e8fff3;
$success-light-dark: #1c3238;
$success-inverse: $white;
// Info
$info: #7239ea;
$info-active: #5014d0;
$info-light: #f8f5ff;
$info-light-dark: #2f264f;
$info-inverse: $white;
// Danger
$danger: #f1416c;
$danger-active: #d9214e;
$danger-light: #fff5f8;
$danger-light-dark: #3a2434;
$danger-inverse: $white;
// Warning
$warning: #ffc700;
$warning-active: #f1bc00;
$warning-light: #fff8dd;
$warning-light-dark: #392f28;
$warning-inverse: $white;
Then recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
Regards.
Thanks Sean.
It works well. Our customers love this color set and they are familiar with it. Hope that this custom still works correctly in the future.
Regards.
Hi ,
Sure, we will take your suggestions into account.
Fueling Metronic's future is easy! Spread the word among your connections and help our sales grow, it allows us to reinvest even more into Metronic, bringing you even more exciting features and updates in the future.
Regards.