Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshed-io/revealjs-themes
👨🎨 Free Reveal.js themes including robot-lung and sunblind
https://github.com/joshed-io/revealjs-themes
Last synced: 6 days ago
JSON representation
👨🎨 Free Reveal.js themes including robot-lung and sunblind
- Host: GitHub
- URL: https://github.com/joshed-io/revealjs-themes
- Owner: joshed-io
- License: mit
- Created: 2018-06-28T18:05:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T00:58:32.000Z (about 6 years ago)
- Last Synced: 2024-08-01T16:44:09.012Z (3 months ago)
- Language: JavaScript
- Homepage: https://revealjs-themes.dzello.com/
- Size: 7.36 MB
- Stars: 66
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Reveal.js Themes
This repository is a collection of themes I've created for Reveal.js. They're free for you to use and MIT-licensed.
# Usage
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.
# Themes
### robot-lung
A hot pink theme with Roboto fonts.
- [demo](https://revealjs-themes.netlify.com/robot-lung.html)
- [download](https://revealjs-themes.netlify.com/css/theme/robot-lung.css)### sunblind
A bright, sunny theme with Leto and Lora fonts.
- [demo](https://revealjs-themes.netlify.com/sunblind.html)
- [download](https://revealjs-themes.netlify.com/css/theme/sunblind.css)# Customization
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:
```css
.line {
background: #;
}
```# Development
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](https://github.com/hakimel/reveal.js/) for information on how to run and build themes - this repository is just a fork of that one.