# @slidev/theme-seriph [](https://www.npmjs.com/package/@slidev/theme-seriph) An official theme for [Slidev](https://github.com/slidevjs/slidev) using serif fonts. ## Install Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically.
---
theme: seriph
---
Learn more about [how to use a theme](https://sli.dev/themes/use).
## Customization
```yaml
---
theme: serif
themeConfig:
primary: '#5d8392'
---
```
## License
MIT License © 2021 [Anthony Fu](https://github.com/antfu)