diff options
-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 |