Home

Awesome

Marp (Marpit) Nord Theme

This is a Marp slides theme based on the Nord color palette.

Usage

With the Visual Studio Code Marp extension, add this to your .vscode/settings.json file:

{
    "markdown.marp.themes": [
        "https://raw.githubusercontent.com/mastern2k3/marpit-nord-theme/master/build/nord-theme.css",
    ]
}

And then in your slides:

---
marp: true
theme: nord
---

# My Nord Themed Slide Title

Examples

Screenshot 1

Screenshot 2

Screenshot 3