Home

Awesome

Marp Theme: Wave

Installation

Now you can use "wave" as a normal marp template:

---
marp: true
theme: wave
paginate: true
transition: fade 0.3s
---

You can also add this to you settings.json file:

{
    "markdown.marp.themes": 
    [
      "https://raw.githubusercontent.com/JuliusWiedemann/MarpThemeWave/main/source/wave.css"
    ]
}

Sources