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