taznica / marp-themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marp-themes

Themes for Marp for VS Code.

Usage

  1. Set the URL of the theme CSS file in .vscode/settings.json:
{
  "markdown.marp.themes": [
    "https://raw.githubusercontent.com/taznica/marp-themes/main/themes/irodori/irodori.css"
  ]
}

Or you can use the path to the downloaded file. Set the relative path from your workspace folder:

{
  "markdown.marp.themes": [
    "/relative/path/to/irodori.css"
  ]
}
  1. Specify the theme name in your markdown file:
---

marp: true
theme: irodori

---

Themes

irodori

theme: irodori
class:
- (default)
- invert
- title
- title-invert

- blue
- invert-blue
- title-blue
- title-invert-blue

- green
- invert-green
- title-green
- title-invert-green

- orange
- invert-orange
- title-orange
- title-invert-orange

- pink
- invert-pink
- title-pink
- title-invert-pink

About

License:MIT License


Languages

Language:SCSS 100.0%