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 aJSON
file that specifies your theme. Check out the defaulttheme.json
to use as a base for your custom theme.