2026-05-31 13:54:31 +02:00

30 lines
668 B
Markdown

# @slidev/theme-seriph
[![NPM version](https://img.shields.io/npm/v/@slidev/theme-seriph?color=3AB9D4&label=)](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.
<pre><code>---
theme: <b>seriph</b>
---</code></pre>
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)