This example shows how to create slide themes with CSS, in Narakeet.
Check out the outcome in result.mp4.
Upload the script directory to a Narakeet project. The main script file is source.md.
You can customise the visual look and feel of a slide by creating a CSS file, and using it as the slide theme. To set the theme globally for all slides in the video, use the theme header:
---
theme: custom.css
---
~~~md
Some slide content
~~~You can also set the theme for a specific scene using the theme stage direction
---
(theme: custom.css)
~~~md
theme for this scene only
~~~
---For more information, check out the theme format reference.