A green-ish responsive design
Based on a CSS Zen Garden design.
Use the following syntax in web.php config file:
'view' => [ 'class' => 'yii\web\View', 'theme' => [ 'class' => 'yii\base\Theme', 'pathMap' => ['@app/views' => 'themes/[THEME_NAME]'], 'baseUrl' => 'themes/[THEME_NAME]' ] ]
Updates
12/30/2014: bug fixes for Yii 2.0.1