diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-04-27 16:27:09 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-04-27 16:27:09 -0400 |
commit | 5231d81bacf6ff697b0388136f8386f2ddfbb796 (patch) | |
tree | 0fb0e340ae12829916f33ec3c72c5197343479d4 | |
parent | ec6814d571a1cbf1c08cd21cdf66694e3f222d06 (diff) |
index: added themes.json
-rw-r--r-- | themes.json | 17 |
1 files changed, 17 insertions, 0 deletions
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 |