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.
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
.
-
Open Settings in VSCode (
Ctrl + ,
) -
Search for
markdown.marp.themes
-
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)
-
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.
- Put the
.css
theme file in the directory of your Markdown document - 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
Work in progress. Not accepting submissions at the moment, sorry.
This software is licensed under the MIT License. License files of the featured themes can be found in the themes/licenses/
directory.
Please, be aware that some of the featured themes import fonts from the Google Fonts service. Refer to their Privacy FAQ for more information.