mastern2k3 / marpit-nord-theme

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:CSS 92.9%Language:SCSS 7.1%