Light & Dark Layout
To make a Light / dark layout in the theme change value in "/gulpfile.js".
const dark_layout = 'true';
const dark_layout = 'false';
const dark_layout = 'default';
Automatically sets the theme based on the user's operating system's color scheme.
Light layout is our default layout so if you want to use it then no need to change anything
Last modified 2mo ago