๐Ÿ Menu theme

To make a Light/Dark Sidebar color in the theme navbar change value in "/gulpfile.js".

To make Dark Sidebar in the theme change given below

const sidebar_theme = 'dark';

To make Light Sidebar in the theme change given below

const sidebar_theme = 'light';

Last updated