💻Navbar Theme
To change Navbar Background in the theme change value in "/gulpfile.js.
To make dark navbar in the theme change given below
const dark_navbar = 'true';
To make light navbar in the theme change given below
const dark_navbar = 'false';
Last updated