Aurora is a customizable theme for Marp, designed to create visually appealing presentations.
- Customizable Colors and Fonts: Built with Gaia-compatible variables for easy customization.
- Code Blocks: Styled for readability with a highlight stripe.
- Tables and Blockquotes: Clean and professional formatting.
- Slide Variants: Improved
leadandinvertstyles for emphasis. - Pagination: Displays current and total slide numbers.
Check out the demo.md file for an example presentation using the Aurora theme.
-
Install the Marp for VS Code extension.
-
Add the
marp-aurora-theme.csstheme to your Marp configuration:{ "markdown.marp.themes": [ "https://raw.githubusercontent.com/LRNZ09/aurora/refs/heads/main/marp-aurora-theme.css" ] } -
Create a Markdown file with the following front matter:
--- marp: true theme: aurora paginate: true ---
-
Write your slides in Markdown and preview them in VS Code.
To enhance your Markdown editing experience, install the following extensions:
This project is licensed under the MIT License.