deb-python-xstatic-bootswatch/xstatic/pkg/bootswatch/data
Diana Whitten 499ea0374a xstatic-package for Bootswatch Bootstrap Themes
Bootswatch provides many out of the box Bootstrap themes.
We plan on using this in Horizon to provide a theme that
implements Google's Material Design.

We plan on using this in Horizon to provide a theme that
implements Google's Material Design.

The 'material' theme gives an example of how to make use of a 3rd party theme
using the theming functionality.  In addition to incorporating a theme,
loaded as a static asset using requirements.txt, it also gives examples of how
to cleanly override styles, variables, icon fonts and Django templates.

This theme is replacing 'blue' as the example of how to use a theme other than
'default'.

Partially-Implements: blueprint horizon-theme-css-reorg
Change-Id: I83753ca7f50d8e6d3051af4a7a929665e0de4d4d
2015-08-07 15:46:38 -07:00
..
cerulean xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
cosmo xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
cyborg xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
darkly xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
flatly xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
journal xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
lumen xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
paper xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
readable xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
sandstone xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
simplex xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
slate xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
spacelab xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
superhero xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
united xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
yeti xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00
README.md xstatic-package for Bootswatch Bootstrap Themes 2015-08-07 15:46:38 -07:00

README.md

Bootswatch

Bootswatch is a collection of free themes for Bootstrap. Check it out at bootswatch.com.

Usage

Download the bootstrap.min.css file associated with a theme and replace Bootstrap's default stylesheet.

The themes are also hosted on BootstrapCDN.

Rails users should check out:

Customization

Bootswatch is open source and youre welcome to modify the themes.

Each theme consists of two LESS files. variables.less, which is included by default in Bootstrap, allows you to customize these settings. bootswatch.less introduces more extensive structural changes.

These files are also available in SASS.

Check out the Help page for more details on building your own theme.

API

A simple API is available for integrating your platform with Bootswatch. Send your request to http://api.bootswatch.com/3/.

The swatch objects are returned in an array called themes, each one with the following properties: name, description, preview, thumbnail, css, cssMin, less, and lessVariables.

More info at http://bootswatch.com/help/#api

Author

Thomas Park

Thanks

Mark Otto and Jacob Thornton for Bootstrap.

Jenil Gogari for his contributions to the Flatly theme.

James Taylor for cors-lite.

Corey Sewell for SASS conversion.

Copyright 2014 Thomas Park

Code released under the MIT License.