🌑Light & Dark Layout
To make a Light / dark layout in the theme change value in "/gulpfile.js".
To make Dark Layout in the theme change given below
const dark_layout = 'true';
To make Light Layout in the theme change given below
const dark_layout = 'false';
Last updated