πLight & Dark Layout
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';To make the Layout theme depend on the user's operating system
const dark_layout = 'default';Last updated