This is the home of Slidium open sourced themes. Slidium is a markdown presentation editor for Mac. Themes are Html based and use regular web technologies (HTML, CSS, SVG, ...)
Even if Slidium is a commercial application, we believe that open sourcing themes will allow everybody to:
- Improve existing themes
- Adapt or create your own theme
In addition, most of the themes are based on open source products and even if their licenses allow to keep modifications private, it make sense to stay with open source.
- Reveal, based of Reveal.js
- Gertrude based on the Slidecarnival theme with the same name
- Fidele based on the Slidecarnival theme with the same name
- Modern based on webslides
Each theme is a set of files grouped in one directory having the name of the theme. There is not yet support of compressed theme if bundle but this is on our todolist. Each theme must contain the following files:
- theme.json : this file contains all the meta data of the theme. It also hold the different layout definitions
- theme.png : The thumbnail of the theme
- Theme.css ; Style sheet of the theme. It is strongly advised to merge all your css file into a single one
Theme can also contain a subdirectory containing all the assets (image, ...) used by the theme.
You can fork and create pull request if you made enhancement or create new themes.
Depending of the theme: MIT License or Creative Commons.