All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- Get Marp
- Under markdown, import
rose-pine.theme
.
Example in vscode, you can add to
setting.json
{
// etc...
"markdown.marp.themes": [
"https://raw.githubusercontent.com/rainbowflesh/Marp/master/css/rosepine-dawn.css",
"https://raw.githubusercontent.com/rainbowflesh/Marp/master/css/rosepine-moon.css",
"https://raw.githubusercontent.com/rainbowflesh/Marp/master/css/rosepine.css",
// if raw.githubusercontent.com not work, try use this
"https://rainbowflesh.github.io/css/rose-pine-dawn.css",
"https://rainbowflesh.github.io/css/rose-pine-moon.css",
"https://rainbowflesh.github.io/css/rose-pine.css",
]
// etc...
}
then add to markdown file:
---
marp: true
theme: rose-pine
# theme: rose-pine-dawn
# theme: rose-pine-moon
---
See example in
marp-example.md
- I, rainbowflesh and Rosé Pine the most beautiful color palette I have ever seen.
Modify css/rose-pine-*.css
then PR ;)
TODO: add A4 paper size fork from https://raw.githubusercontent.com/stanfrbd/A4-marp/main/a4-light.css