Theia 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
lead
andinvert
styles for emphasis. - Pagination: Displays current and total slide numbers.
Check out the demo.md file for an example presentation using the Theia theme.
-
Install the Marp for VS Code extension.
-
Add the
theia.css
theme to your Marp configuration:{ "markdown.marp.themes": [ "https://raw.githubusercontent.com/LRNZ09/marp-theia-theme/refs/tags/v0.2.0/theia.css" ] }
-
Create a Markdown file with the following front matter:
--- marp: true theme: theia 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.