slidev-theme-underglow
v0.1.0
Published
A gradient Slidev theme with customizable colors
Maintainers
Readme
slidev-theme-underglow
A (...) theme for Slidev.
Install
Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.
Learn more about how to use a theme.
Theme Configuration
You can customize the theme's gradient colors using themeConfig in your frontmatter:
---
theme: underglow
themeConfig:
primary: '#7D1CFE' # Primary brand color (default: purple)
middle: '#176AFA' # Middle transition color (default: blue)
accent: '#01D393' # Accent color (default: green)
---Color Options
primary: The primary brand color (gradient start). Default:#7D1CFE(purple)middle: The middle transition color. Default:#176AFA(blue)accent: The accent color (gradient end). Default:#01D393(green)
These colors are used throughout the theme for gradients, backgrounds, and visual effects.
Layouts
This theme provides the following layouts:
TODO:
Components
This theme provides the following components:
TODO:
Contributing
npm installnpm run devto start theme preview ofexample.md- Edit the
example.mdand style to see the changes npm run exportto generate the preview PDFnpm run screenshotto generate the preview PNG
