Cant add new theme in Yii2

Could someone help me, I am doing the new theme in Yii2, I have this files

root/web/mytheme/views/layouts/main.php

I wrote like this

‘view’ => [

‘theme’ => [

‘pathMap’ => [’@app/views’ => ‘@app/themes/mytheme’],

‘baseUrl’ => ‘@web/themes/mytheme’,

],

],

But nothing works