arturadib / strapdown

Instant and elegant Markdown documents in the browser
http://strapdownjs.com
MIT License
2.48k stars 410 forks source link

Add support for Cosmo theme #13

Open airborn opened 11 years ago

airborn commented 11 years ago

There is one quite new Bootswatch theme called Cosmo http://bootswatch.com/cosmo/

joshmoody commented 11 years ago

Instead of trying to keep all the bootswatch themes up to date in this project, what do you think about pulling the latest version from the bootstrap cdn?

linkEl.href = '//netdna.bootstrapcdn.com/bootswatch/latest/' + theme + '/bootstrap.min.css';

Then there is no need to update this repo for new themes or updated versions of bootstrap.