summaryrefslogtreecommitdiff
path: root/api/3.json
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-11-21 22:11:37 -0500
committerThomas Park <thomas@thomaspark.me>2013-11-21 22:11:37 -0500
commitfe9a9c1cf1e92e92ca634e76a3865ac1617f0476 (patch)
tree8c44e38b8be0095211c0f1ad5159be69d09dea7b /api/3.json
parentaa05d35c448a5582e159d32b95a322cc675d98b5 (diff)
yeti: new theme
Diffstat (limited to 'api/3.json')
-rw-r--r--api/3.json25
1 files changed, 11 insertions, 14 deletions
diff --git a/api/3.json b/api/3.json
index 257821e6..edb335bb 100644
--- a/api/3.json
+++ b/api/3.json
@@ -1,8 +1,6 @@
{
"version": "3.0.2+1",
-
"themes": [
-
{
"name": "Amelia",
"description": "Sweet and cheery",
@@ -14,7 +12,6 @@
"less": "http://bootswatch.com/amelia/bootswatch.less",
"lessVariables": "http://bootswatch.com/amelia/variables.less"
},
-
{
"name": "Cerulean",
"description": "A calm blue sky",
@@ -26,7 +23,6 @@
"less": "http://bootswatch.com/cerulean/bootswatch.less",
"lessVariables": "http://bootswatch.com/cerulean/variables.less"
},
-
{
"name": "Cosmo",
"description": "An ode to Metro",
@@ -38,7 +34,6 @@
"less": "http://bootswatch.com/cosmo/bootswatch.less",
"lessVariables": "http://bootswatch.com/cosmo/variables.less"
},
-
{
"name": "Cyborg",
"description": "Jet black and electric blue",
@@ -50,7 +45,6 @@
"less": "http://bootswatch.com/cyborg/bootswatch.less",
"lessVariables": "http://bootswatch.com/cyborg/variables.less"
},
-
{
"name": "Flatly",
"description": "Flat and modern",
@@ -62,7 +56,6 @@
"less": "http://bootswatch.com/flatly/bootswatch.less",
"lessVariables": "http://bootswatch.com/flatly/variables.less"
},
-
{
"name": "Journal",
"description": "Crisp like a new sheet of paper.",
@@ -74,7 +67,6 @@
"less": "http://bootswatch.com/journal/bootswatch.less",
"lessVariables": "http://bootswatch.com/journal/variables.less"
},
-
{
"name": "Readable",
"description": "Optimized for legibility",
@@ -86,7 +78,6 @@
"less": "http://bootswatch.com/readable/bootswatch.less",
"lessVariables": "http://bootswatch.com/readable/variables.less"
},
-
{
"name": "Simplex",
"description": "Mini and minimalist.",
@@ -98,7 +89,6 @@
"less": "http://bootswatch.com/simplex/bootswatch.less",
"lessVariables": "http://bootswatch.com/simplex/variables.less"
},
-
{
"name": "Slate",
"description": "Shades of gunmetal gray",
@@ -110,7 +100,6 @@
"less": "http://bootswatch.com/slate/bootswatch.less",
"lessVariables": "http://bootswatch.com/slate/variables.less"
},
-
{
"name": "Spacelab",
"description": "Silvery and sleek.",
@@ -122,7 +111,6 @@
"less": "http://bootswatch.com/spacelab/bootswatch.less",
"lessVariables": "http://bootswatch.com/spacelab/variables.less"
},
-
{
"name": "United",
"description": "Ubuntu orange and unique font",
@@ -133,8 +121,17 @@
"cssCdn": "//netdna.bootstrapcdn.com/bootswatch/latest/united/bootstrap.min.css",
"less": "http://bootswatch.com/united/bootswatch.less",
"lessVariables": "http://bootswatch.com/united/variables.less"
+ },
+ {
+ "name": "Yeti",
+ "description": "A friendly foundation",
+ "thumbnail": "http://bootswatch.com/yeti/thumbnail.png",
+ "preview": "http://bootswatch.com/yeti/",
+ "css": "http://bootswatch.com/yeti/bootstrap.css",
+ "cssMin": "http://bootswatch.com/yeti/bootstrap.min.css",
+ "cssCdn": "//netdna.bootstrapcdn.com/bootswatch/latest/yeti/bootstrap.min.css",
+ "less": "http://bootswatch.com/yeti/bootswatch.less",
+ "lessVariables": "http://bootswatch.com/yeti/variables.less"
}
-
]
-
}