slidev-theme-monomi
v0.0.6
Published
[![NPM version](https://img.shields.io/npm/v/slidev-theme-monomi?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-monomi)
Downloads
150
Readme
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"
---