yii2 advance theme frontend changing

Hi

i install yii2 advance template via composer now i want to change the frontend theme to my custome one

help me please how can i configure it.

This will help: http://www.yiiframework.com/doc-2.0/guide-output-theming.html

Hi! I’m trying to create a custom template for my yii web application following steps in your link so:

I create a folder named themes in /var/www/advanced/frontend/themes/theme1, copied views folder in it

and mapped path in the main.php

Next I mapped css and js in AppAsset.php…

It same run but I have some questions because in AppAsset I mapped css as

public $css = [

    'theme1/css/site.css',


];

but it located in differnt folder to run (/var/www/advanced/frontend/web/theme1/css folder)

How theme folder structure have to be organized?Is there an example theme to download or view?

thanks a lot!