A fresh cup of coffee for Yii2 (and You!)
Use the following syntax in main.php config file:
'view' =>array(
'theme' => array(
'pathMap' => array('@app/views' => '@wwwroot/themes/THEME_FOLDER_NAME'),
'baseUrl' => '@www/themes/THEME_FOLDER_NAME'
)
)