Update theme names in getting_started as per PR #250

This commit is contained in:
Denis Kisselev 2014-12-11 18:00:11 -08:00
parent c4abb9a3e9
commit 66a3fd5296
1 changed files with 5 additions and 5 deletions

View File

@ -111,14 +111,14 @@ Change the title bar in the docs
###Themes:
We have 4 built-in Bootstrap themes. To use one of the themes, just set the `theme` option to one of the following:
* blue
* green
* navy
* red
* daux-blue
* daux-green
* daux-navy
* daux-red
```json
{
"theme": "blue"
"theme": "daux-blue"
}
```