diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-11-24 02:05:50 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-11-24 02:05:50 -0500 |
commit | c94fd032fa02448ebbd119fd0b8f8e0d31dfb79e (patch) | |
tree | 7e3d8eaf9c50375c5749e0941308dd85038bb542 /api | |
parent | 7cf6d6f84696311294c3549a67b255bdc274e600 (diff) |
index: updated links and api for cosmo
Diffstat (limited to 'api')
-rw-r--r-- | api/themes.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/api/themes.json b/api/themes.json index c3fe2c4f..a7f5412e 100644 --- a/api/themes.json +++ b/api/themes.json @@ -29,6 +29,19 @@ }, { + "name": "Cosmo", + "description": "An ode to Metro.", + "thumbnail": "http://bootswatch.com/cosmo/thumbnail.png", + "preview": "http://bootswatch.com/cosmo/", + "css": "http://bootswatch.com/cosmo/bootstrap.css", + "css-min": "http://bootswatch.com/cosmo/bootstrap.min.css", + "cssMin": "http://bootswatch.com/cosmo/bootstrap.min.css", + "less": "http://bootswatch.com/cosmo/bootswatch.less", + "less-variables": "http://bootswatch.com/cosmo/variables.less", + "lessVariables": "http://bootswatch.com/cosmo/variables.less" + }, + + { "name": "Cyborg", "description": "Jet black and electric blue.", "thumbnail": "http://bootswatch.com/cyborg/thumbnail.png", |