1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
{
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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"
}
}
|