nord-marp-theme Nord theme for Marp. Demo https://ansanloms.github.io/nord-marp-theme/ Usage npm i -D github:ansanloms/nord-marp-theme // marp.config.js const path = require("path"); module.exports = { theme: path.join(__dirname, "/node_modules/nord-marp-theme/dist/marp.css"), };