A theme for the Shower presentation engine. Doesn’t include engine itself. Follow @shower_me for support and updates, file an issue if you have any.
Attention! Staring from Shower 2.0 it’s no longer supported or included by default in template, though it’s fully compatible. Please consider moving to Material theme which is visually similar.
Install the package and link styles from your presentation:
npm install shower-bright
The same package available in bower.
All theme’s features are demonstrated in the index.html
file. Use it as a reference while building your presentation.
Bright theme supports two slide ratios: wide 16×10 (default) and taller 4×3. To change the slide’s ratio change $ratio
variable in defaults.scss
file from 16x10
to 4x3
and rebuild styles.
Bright could be exported to PDF by printing it from the list mode in Chrome or Opera browsers.
If you want to adjust theme for your needs:
- Fork this repository and clone it to your local machine.
- Install dependencies:
npm install
. - Build styles with
grunt
, start a watcher for styles withgrunt watch
. - Edit your files and see changes in
index.html
.
To take part in Bright development please read contributing guidelines first and file an issue before sending any pull request.
Licensed under MIT License.