Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 15:29
· 189 commits to main since this release

Changelog

User customizable themes:
Slides allows you to customize your presentation's theme (thanks to @brittonhayes).

In your presentation.md file prepend the following configuration.

---
theme: dark
---

theme can be any one of the following:

  • dark
  • light
  • ascii
  • notty
  • ./theme.json
    You can pass a path to a JSON file that specifies your theme. Check out the default theme.json to use as a base for your custom theme.