slidev-theme-koumoul
v0.7.2
Published
Koumoul organization theme for Slidev
Readme
slidev-theme-koumoul
Koumoul organization theme for Slidev.
Installation
npm i slidev-theme-koumoulUsage
Add the theme to your slide's frontmatter:
---
theme: koumoul
---
# My Presentation
Content goes hereSingle file mode
Create a slides.md file and run Slidev directly:
npx @slidev/cli slides.mdLocal development
To develop or preview the theme, clone this repo and run:
npx @slidev/cli example.mdLayouts
| 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) |
Components
<KoumoulLogo />
Displays the Koumoul logo. Auto-imported, usable in any slide.
---
# My Slide
<KoumoulLogo />Brand Colors
| 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.
