diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-02-05 21:13:50 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-02-05 21:13:50 -0500 |
commit | 46f8f6323d223ed47614870771e753ac340f3c58 (patch) | |
tree | e90d6f5d6ad9567069172c2e25e6f3cdfe91119a /api | |
parent | a8f5c29d09ed8bf79e4e55fb397daa39f5ebf6e2 (diff) |
add new themes to index and api
Diffstat (limited to 'api')
-rw-r--r-- | api/3.json | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -68,6 +68,17 @@ "lessVariables": "http://bootswatch.com/journal/variables.less" }, { + "name": "Lumen", + "description": "Light and shadow", + "thumbnail": "http://bootswatch.com/lumen/thumbnail.png", + "preview": "http://bootswatch.com/lumen/", + "css": "http://bootswatch.com/lumen/bootstrap.css", + "cssMin": "http://bootswatch.com/lumen/bootstrap.min.css", + "cssCdn": "//netdna.bootstrapcdn.com/bootswatch/latest/lumen/bootstrap.min.css", + "less": "http://bootswatch.com/lumen/bootswatch.less", + "lessVariables": "http://bootswatch.com/lumen/variables.less" + }, + { "name": "Readable", "description": "Optimized for legibility", "thumbnail": "http://bootswatch.com/readable/thumbnail.png", @@ -112,6 +123,17 @@ "lessVariables": "http://bootswatch.com/spacelab/variables.less" }, { + "name": "Superhero", + "description": "The brave and the blue", + "thumbnail": "http://bootswatch.com/superhero/thumbnail.png", + "preview": "http://bootswatch.com/superhero/", + "css": "http://bootswatch.com/superhero/bootstrap.css", + "cssMin": "http://bootswatch.com/superhero/bootstrap.min.css", + "cssCdn": "//netdna.bootstrapcdn.com/bootswatch/latest/superhero/bootstrap.min.css", + "less": "http://bootswatch.com/superhero/bootswatch.less", + "lessVariables": "http://bootswatch.com/superhero/variables.less" + }, + { "name": "United", "description": "Ubuntu orange and unique font", "thumbnail": "http://bootswatch.com/united/thumbnail.png", |