Skip to content

Commit

Permalink
Add yeti bootswatch theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynalon committed Dec 12, 2013
1 parent 6eaebef commit 33c1849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/gimmicks/themechooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
{ name: 'simplex', url: 'netdna.bootstrapcdn.com/bootswatch/3.0.0/simplex/bootstrap.min.css' },
{ name: 'slate', url: 'netdna.bootstrapcdn.com/bootswatch/3.0.0/slate/bootstrap.min.css' },
{ name: 'spacelab', url: 'netdna.bootstrapcdn.com/bootswatch/3.0.0/spacelab/bootstrap.min.css' },
{ name: 'united', url: 'netdna.bootstrapcdn.com/bootswatch/3.0.0/united/bootstrap.min.css' }
{ name: 'united', url: 'netdna.bootstrapcdn.com/bootswatch/3.0.0/united/bootstrap.min.css' },
{ name: 'yeti', url: 'netdna.bootstrapcdn.com/bootswatch/3.0.2/yeti/bootstrap.min.css' }
];
var themeChooserGimmick = {
name: 'Themes',
Expand Down

0 comments on commit 33c1849

Please sign in to comment.