Skip to content

rnd195/marp-community-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marp Community Themes

This is a community-maintained theme gallery for Marp. For more information about how to create themes for Marp, see the official documentation.

The website is built using Quarto and it is inspired by the Typora theme gallery.

Feel free to provide any suggestions in the issues tab. Please note that this theme gallery is an independent, community-maintained project and is not affiliated with the official Marp project.

Installation / Usage

After clicking the "Download CSS" button on any theme's page, your browser likely loads the .css file instead of downloading it. You can save the .css file locally using Ctrl + S.

Marp for VS Code Extension

  1. Open Settings in VSCode (Ctrl + ,)

  2. Search for markdown.marp.themes

  3. Add a URL or a local path to the .css file

    • URL: refer to this discussion about linking to files on GitHub
    • Local path example: ./assets/theme_name.css (theme needs to be somewhere in the project's directory)
  4. Enable the theme in the front-matter of the Markdown document, i.e., write the following at the very beginning of the Markdown document:

---
marp: true
theme: theme_name
---

For additional settings (such as size or paginate), follow the official documentation.

Marp CLI

  1. Put the .css theme file in the directory of your Markdown document
  2. Use the --theme parameter during the export and specify the path to the .css file
    • e.g.:
marp --theme ./assets/theme_name.css document.md -o document.pdf

Submitting themes

Work in progress. Not accepting submissions at the moment, sorry.

License

This software is licensed under the MIT License. License files of the featured themes can be found in the themes/licenses/ directory.

Privacy notice

Please, be aware that some of the featured themes import fonts from the Google Fonts service. Refer to their Privacy FAQ for more information.

About

Theme gallery for Marp maintained by the community

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published