diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-04-29 12:08:34 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-04-29 12:08:34 -0400 |
commit | 1b8b8aa6c434f06e99c0c78e0563c57b19d66b56 (patch) | |
tree | 7fb2e7c39e32b8e5cc2ff7ec132f24e08f6069e7 /themes.json | |
parent | 7f530ab42e07b365bb7334c0392baec2730232a7 (diff) |
api as array
Diffstat (limited to 'themes.json')
-rw-r--r-- | themes.json | 172 |
1 files changed, 93 insertions, 79 deletions
diff --git a/themes.json b/themes.json index d10e7080..a82ed3f2 100644 --- a/themes.json +++ b/themes.json @@ -1,92 +1,106 @@ { - "list": ["Amelia", "Cerulean", "Cyborg", "Journal", "Readable", "Simplex", "Slate", "Spacelab", "Spruce", "Superhero", "United"], - - "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" - }, + "themes": [ + + { + "name": "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" + }, + + { + "name": "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" + }, + + { + "name": "Cyborg", + "description": "Jet black and electric blue.", + "thumbnail": "http://bootswatch.com/cyborg/thumbnail.png", + "preview": "http://bootswatch.com/cyborg/", + "css": "http://bootswatch.com/cyborg/bootstrap.css", + "css-min": "http://bootswatch.com/cyborg/bootstrap.min.css" + }, - "Cyborg": { - "description": "Jet black and electric blue.", - "thumbnail": "http://bootswatch.com/cyborg/thumbnail.png", - "preview": "http://bootswatch.com/cyborg/", - "css": "http://bootswatch.com/cyborg/bootstrap.css", - "css-min": "http://bootswatch.com/cyborg/bootstrap.min.css" - }, + { + "name": "Journal", + "description": "Crisp like a new sheet of paper.", + "thumbnail": "http://bootswatch.com/journal/thumbnail.png", + "preview": "http://bootswatch.com/journal/", + "css": "http://bootswatch.com/journal/bootstrap.css", + "css-min": "http://bootswatch.com/journal/bootstrap.min.css" + }, - "Journal": { - "description": "Crisp like a new sheet of paper.", - "thumbnail": "http://bootswatch.com/journal/thumbnail.png", - "preview": "http://bootswatch.com/journal/", - "css": "http://bootswatch.com/journal/bootstrap.css", - "css-min": "http://bootswatch.com/journal/bootstrap.min.css" - }, + { + "name": "Readable", + "description": "Optimized for legibility.", + "thumbnail": "http://bootswatch.com/readable/thumbnail.png", + "preview": "http://bootswatch.com/readable/", + "css": "http://bootswatch.com/readable/bootstrap.css", + "css-min": "http://bootswatch.com/readable/bootstrap.min.css" + }, - "Readable": { - "description": "Optimized for legibility.", - "thumbnail": "http://bootswatch.com/readable/thumbnail.png", - "preview": "http://bootswatch.com/readable/", - "css": "http://bootswatch.com/readable/bootstrap.css", - "css-min": "http://bootswatch.com/readable/bootstrap.min.css" - }, + { + "name": "Simplex", + "description": "Mini and minimalist.", + "thumbnail": "http://bootswatch.com/simplex/thumbnail.png", + "preview": "http://bootswatch.com/simplex/", + "css": "http://bootswatch.com/simplex/bootstrap.css", + "css-min": "http://bootswatch.com/simplex/bootstrap.min.css" + }, - "Simplex": { - "description": "Mini and minimalist.", - "thumbnail": "http://bootswatch.com/simplex/thumbnail.png", - "preview": "http://bootswatch.com/simplex/", - "css": "http://bootswatch.com/simplex/bootstrap.css", - "css-min": "http://bootswatch.com/simplex/bootstrap.min.css" - }, + { + "name": "Slate", + "description": "Shades of gunmetal gray.", + "thumbnail": "http://bootswatch.com/slate/thumbnail.png", + "preview": "http://bootswatch.com/slate/", + "css": "http://bootswatch.com/slate/bootstrap.css", + "css-min": "http://bootswatch.com/slate/bootstrap.min.css" + }, - "Slate": { - "description": "Shades of gunmetal gray.", - "thumbnail": "http://bootswatch.com/slate/thumbnail.png", - "preview": "http://bootswatch.com/slate/", - "css": "http://bootswatch.com/slate/bootstrap.css", - "css-min": "http://bootswatch.com/slate/bootstrap.min.css" - }, + { + "name": "Spacelab", + "description": "Silvery and sleek.", + "thumbnail": "http://bootswatch.com/spacelab/thumbnail.png", + "preview": "http://bootswatch.com/spacelab/", + "css": "http://bootswatch.com/spacelab/bootstrap.css", + "css-min": "http://bootswatch.com/spacelab/bootstrap.min.css" + }, - "Spacelab": { - "description": "Silvery and sleek.", - "thumbnail": "http://bootswatch.com/spacelab/thumbnail.png", - "preview": "http://bootswatch.com/spacelab/", - "css": "http://bootswatch.com/spacelab/bootstrap.css", - "css-min": "http://bootswatch.com/spacelab/bootstrap.min.css" - }, + { + "name": "Spruce", + "description": "Camping in the woods.", + "thumbnail": "http://bootswatch.com/spruce/thumbnail.png", + "preview": "http://bootswatch.com/spruce/", + "css": "http://bootswatch.com/spruce/bootstrap.css", + "css-min": "http://bootswatch.com/spruce/bootstrap.min.css" + }, - "Spruce": { - "description": "Camping in the woods.", - "thumbnail": "http://bootswatch.com/spruce/thumbnail.png", - "preview": "http://bootswatch.com/spruce/", - "css": "http://bootswatch.com/spruce/bootstrap.css", - "css-min": "http://bootswatch.com/spruce/bootstrap.min.css" - }, + { + "name": "Superhero", + "description": "Batman meets... Aquaman?", + "thumbnail": "http://bootswatch.com/superhero/thumbnail.png", + "preview": "http://bootswatch.com/superhero/", + "css": "http://bootswatch.com/superhero/bootstrap.css", + "css-min": "http://bootswatch.com/superhero/bootstrap.min.css" + }, - "Superhero": { - "description": "Batman meets... Aquaman?", - "thumbnail": "http://bootswatch.com/superhero/thumbnail.png", - "preview": "http://bootswatch.com/superhero/", - "css": "http://bootswatch.com/superhero/bootstrap.css", - "css-min": "http://bootswatch.com/superhero/bootstrap.min.css" - }, + { + "name": "United", + "description": "Ubuntu orange and unique font.", + "thumbnail": "http://bootswatch.com/united/thumbnail.png", + "preview": "http://bootswatch.com/united/", + "css": "http://bootswatch.com/united/bootstrap.css", + "css-min": "http://bootswatch.com/united/bootstrap.min.css" + } - "United": { - "description": "Ubuntu orange and unique font.", - "thumbnail": "http://bootswatch.com/united/thumbnail.png", - "preview": "http://bootswatch.com/united/", - "css": "http://bootswatch.com/united/bootstrap.css", - "css-min": "http://bootswatch.com/united/bootstrap.min.css" - } + ] }
\ No newline at end of file |