To change navbar background color in the theme change value in "/gulpfile.js".
const dark_navbar = 'true';
const dark_navbar = 'false';
Last updated 2 years ago