0.0.6 • Published 8 months ago

slidev-theme-monomi v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Slidev - MonoMi Theme

NPM version

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"
---
0.0.5

8 months ago

0.0.6

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago