From 5231d81bacf6ff697b0388136f8386f2ddfbb796 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 27 Apr 2012 16:27:09 -0400 Subject: index: added themes.json --- themes.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 themes.json diff --git a/themes.json b/themes.json new file mode 100644 index 00000000..c3deb79e --- /dev/null +++ b/themes.json @@ -0,0 +1,17 @@ +{ + "amelia": { + "description": "Sweet and cheery.", + "thumbnail": "http://bootswatch.com/amelia/thumbnail.png", + "preview": "http://bootswatch.com/amelia/", + "css": "http://bootswatch.com/amelia/bootstrap.css", + "css-min": "http://bootswatch.com/amelia/bootstrap.min.css" + }, + + "cerulean": { + "description": "A calm blue sky.", + "thumbnail": "http://bootswatch.com/cerulean/thumbnail.png", + "preview": "http://bootswatch.com/cerulean/", + "css": "http://bootswatch.com/cerulean/bootstrap.css", + "css-min": "http://bootswatch.com/cerulean/bootstrap.min.css" + } +} \ No newline at end of file -- cgit v1.2.3