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

View File

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