Quick Start

Using a theme is as easy as downloading a CSS file and replacing the one that comes with Bootstrap.

Customization

To modify a theme or create your own, follow the steps below.

  1. git clone git@github.com:thomaspark/bootswatch.git

  2. npm install

  3. bower install

  4. Edit variables.less and bootswatch.less in one of the theme directories, or create your own in /custom.

  5. Type grunt swatch:[theme] to build the CSS for a theme, e.g., grunt swatch:amelia for Amelia. Or type grunt swatch to build them all at once.

  6. Here are additional tips for customizing Bootstrap.