marp-template/.vscode/settings.json

10 lines
468 B
JSON
Raw Normal View History

2023-11-10 15:54:25 +01:00
{
"cSpell.words": ["marp", "marpit", "Marpit"],
"markdown.marp.themes": [
"https://raw.githubusercontent.com/rnd195/my-marp-themes/live/gradient.css",
"https://raw.githubusercontent.com/rainbowflesh/Rose-Pine-For-Marp/master/css/rose-pine-dawn.css",
"https://raw.githubusercontent.com/rainbowflesh/Rose-Pine-For-Marp/master/css/rose-pine-moon.css",
"https://raw.githubusercontent.com/rainbowflesh/Rose-Pine-For-Marp/master/css/rose-pine.css"
]
}