This repository is a collection of themes I've created for Reveal.js. They're free for you to use and MIT-licensed.
To see demos of the themes along with download links, visit a deployed version of this repository at:
https://revealjs-themes.dzello.com/
Make sure to follow the instructions at the top of the CSS files to enable all the functionality in the theme.
A hot pink theme with Roboto fonts.
A bright, sunny theme with Leto and Lora fonts.
These themes make it easy to set up a colorful border for your presentation. Each has a default color, but's very easy to change without recompiling the theme.
Just add this CSS anywhere after you include the theme:
.line {
background: #<new-color>;
}
For deeper customization, you can make changes to the SCSS in order to build customized versions of these themes. See the instructions in the main Reveal.js repo for information on how to run and build themes - this repository is just a fork of that one.