Yogo comes with tones of layout customizer option
To Remove Customzier the theme change value in "src/assets/js/app-config.js".
var customizer = false;
To make a dark layout in the theme change value in "src/assets/js/app-config.js".
var dark_mode = true;