slidev-theme-one-purple-unicorn-pro
v1.0.0
Published
One Purple Unicorn Pro theme for Slidev - Purple/Indigo focused theme with clean macOS style
Readme
One Purple Unicorn Pro - Slidev Theme
A professional Slidev theme with purple and indigo gradients, optimized for technical presentations.
Features
- Purple & Indigo Color Scheme: Beautiful gradient effects from purple to blue
- Light & Dark Modes: User-configurable theme switching
- Korean + English Support: Noto Sans KR font for mixed language presentations
- Clean Layouts: Special layouts for cover, intro, section, and end slides
- Code Highlighting: Vitesse theme for consistent syntax highlighting
Installation
npm install slidev-theme-one-purple-unicorn-proUsage
Add the theme to your Slidev presentation:
---
theme: slidev-theme-one-purple-unicorn-pro
colorSchema: light # or 'dark', 'auto'
---
# Your Presentation TitleTheme Modes
Light Mode (Default)
---
colorSchema: light
---Dark Mode
---
colorSchema: dark
---Auto Mode (System Preference)
---
colorSchema: auto
---You can also switch themes per slide:
---
colorSchema: dark
---
# This slide uses dark modeAvailable Layouts
Cover Layout
---
layout: cover
---
# Your Title
Subtitle or descriptionSection Layout
---
layout: section
---
# Section TitleIntro Layout
---
layout: intro
---
# Introduction
Your intro content hereEnd Layout
---
layout: end
---
# Thank You
Contact informationTwo Columns Layout
---
layout: two-cols
---
# Two Column Layout
::left::
Left column content
::right::
Right column contentColor Palette
- Primary:
#8b5cf6(Purple) - Secondary:
#6366f1(Indigo) - Accent:
#ec4899(Pink) - Gradient: Purple → Blue
Typography
- Sans: Noto Sans KR, Inter, system-ui
- Mono: JetBrains Mono, Fira Code
- Serif: Noto Serif KR
CSS Variables
You can override theme variables in your slides:
:root {
--primary: #8b5cf6;
--primary-light: #a78bfa;
--primary-dark: #7c3aed;
--secondary: #6366f1;
--accent: #ec4899;
--gradient: linear-gradient(135deg, var(--primary), var(--secondary));
}License
MIT
