Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mastern2k3/marpit-nord-theme
This is a Marp / Marpit slides theme based on the Nord color palette.
https://github.com/mastern2k3/marpit-nord-theme
marp marpit nord
Last synced: 3 months ago
JSON representation
This is a Marp / Marpit slides theme based on the Nord color palette.
- Host: GitHub
- URL: https://github.com/mastern2k3/marpit-nord-theme
- Owner: mastern2k3
- Created: 2020-09-20T17:12:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T00:15:06.000Z (about 4 years ago)
- Last Synced: 2024-08-02T20:45:53.110Z (6 months ago)
- Topics: marp, marpit, nord
- Language: CSS
- Homepage:
- Size: 354 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-marp - Nord - A theme based on [Nord](https://www.nordtheme.com/) color palette. (Themes / Community themes)
README
# Marp (Marpit) Nord Theme
This is a [Marp] slides theme based on the [Nord color palette].
* Nord themed code highlighting for code blocks thanks to [nord-highlightjs].
## Usage
With the Visual Studio Code Marp extension, add this to your `.vscode/settings.json` file:
```json
{
"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](docs/images/screenshot_1.png)
![Screenshot 2](docs/images/screenshot_2.png)
![Screenshot 3](docs/images/screenshot_3.png)
[Marp]: https://marp.app/
[Nord color palette]: https://www.nordtheme.com/
[nord-highlightjs]: https://github.com/arcticicestudio/nord-highlightjs