A monochrome-minimalist theme for Slidev.
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.
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
---
You can add borders to headings by adding the bordered
class to the heading.
---
themeConfig:
bordered: "5px"
---