filiphric / slidev-theme-excali-slide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slidev-theme-excali-slide

NPM version

A Excalidraw-like theme for Slidev.

Default Slide Intro Slide

Theme works in dark mode too. In this case, the highlight color have the opacity set to 0.9.

Default Slide Dark Intro Slide Dark

Theme comes with animated heading highlights. You can customize their colors by setting up following properties:

---
themeConfig:
  primary-highlight: '#F3EFF5'
  secondary-highlight: '#161C2C'
---

Install

Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.

---
theme: excali-slide
---

Learn more about how to use a theme.

Contributing

  • npm install
  • npm run dev to start theme preview of example.md
  • Edit the example.md and style to see the changes
  • npm run export to generate the preview PDF
  • npm run screenshot to generate the preview PNG

About


Languages

Language:CSS 64.8%Language:Vue 32.7%Language:TypeScript 2.5%