0.0.6 • Published 1 year ago
slidev-theme-monomi v0.0.6
Slidev - MonoMi Theme
A monochrome-minimalist theme for Slidev.
Install
Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.
---
theme: monomi
---Learn more about how to use a theme.
Theme config
The theme supports both light and dark mode. Dark mode is the default.
If you want to switch to light mode, add the following configuration:
---
theme: monomi
colorSchema: light
---Bordered headings
You can add borders to headings by adding the bordered class to the heading.
---
themeConfig:
bordered: "5px"
---