From 66a3fd5296a6470db0a3380d81069b205486bac8 Mon Sep 17 00:00:00 2001 From: Denis Kisselev Date: Thu, 11 Dec 2014 18:00:11 -0800 Subject: [PATCH] Update theme names in getting_started as per PR #250 --- docs/00_Getting_Started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index a109a2f..629e91a 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -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" } ```