What problem does it solve?
Enables presenters and developers to apply, configure, and create Slidev themes so presentations maintain consistent styling, typography, layouts, and component behavior without manual per-slide styling.
Core Features & Use Cases
- Theme Selection: Set themes via slide frontmatter or install npm/local themes for immediate use.
- Theme Configuration: Customize colors, fonts, layouts, and variants through themeConfig and colorSchema settings.
- Eject & Create: Eject themes for deep edits or author a publishable Slidev theme package with layouts, components, styles, and setup.
- Use Case: Rebrand a company slide deck by applying a theme, overriding primary/secondary colors, testing light and dark modes, and, if needed, ejecting the theme to refine layouts and components.
Quick Start
Apply the seriph theme and set themeConfig primary to #3b82f6 with colorSchema set to auto in your first slide's frontmatter to preview the styled presentation.