Koumoul organization theme for Slidev.
npm i slidev-theme-koumoulAdd the theme to your slide's frontmatter:
---
theme: koumoul
---
# My Presentation
Content goes hereCreate a slides.md file and run Slidev directly:
npx @slidev/cli slides.mdTo develop or preview the theme, clone this repo and run:
npx @slidev/cli example.md| Layout | Description |
|---|---|
default |
Standard content slide |
cover |
Title slide with Koumoul logo |
section |
Section divider with blue background |
center |
Vertically and horizontally centered content |
two-cols |
Two-column layout (use ::right:: separator) |
Displays the Koumoul logo. Auto-imported, usable in any slide.
---
# My Slide
<KoumoulLogo />| Color | Hex | Usage |
|---|---|---|
| Primary | #1976D2 |
Headings, links, accents |
| Primary Light | #81D4FA |
Secondary elements |
| Accent | #2962FF |
Hover states |
| Background | #FAFAFA |
Slide background |
| Text | #424242 |
Body text |
Font: Nunito (400, 600, 700) — loaded automatically via Google Fonts.