Please refer Faq's page in documentation itself for queries of customization like colors,rtl ,dark,transparent styles,etc..
assets/
├── css/
| |-- plugins.css
| |-- plugins.css.map
| |-- style.css
| |-- style.css.map
├── images/
├── js/
├── plugins/
├── scss/
`-- Switcher/
Clont - Bootstrap Admin Panel Template / : Root template folder contain all html, js, css, scss, images
and other files.
assets/ : Folder contain all the Admin Template assets which has css, js, scss, and images.
css/: Folder contain assets which has complete styles.
Plugins : dashboard plugins css for the template.style : Main style sheet for template, It also includes Dark ,Transparent and External Styles.images/ : Template images.
js/ : Folder contain all the template pages js files.
plugins/ : Folder contain all template plugins.
scss/ : Folder contain all pages scss files.
Switcher/ : Folder contain Switcher styles of all pages .
gulpfile.js : Gulp tasks js file.package.json : package json file.package-lock.json : package-lock json file.