Skip to content

LRNZ09/marp-theia-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marp Theia Theme

Theia is a customizable theme for Marp, designed to create visually appealing presentations.

Features

  • 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 and invert styles for emphasis.
  • Pagination: Displays current and total slide numbers.

Demo

Check out the demo.md file for an example presentation using the Theia theme.

Usage

  1. Install the Marp for VS Code extension.

  2. 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"
        ]
    }
  3. Create a Markdown file with the following front matter:

    ---
    marp: true
    theme: theia
    paginate: true
    ---
  4. Write your slides in Markdown and preview them in VS Code.

Extensions

To enhance your Markdown editing experience, install the following extensions:

License

This project is licensed under the MIT License.

Packages

No packages published

Languages