A professional blue-themed presentation template for Slidev with Mermaid diagram support and Japanese font optimization.
- 🎨 Professional Design: Clean corporate blue color scheme
- 🇯🇵 Japanese Support: Optimized for Japanese text with LINE Seed JP font
- 📊 Mermaid Diagrams: Full support for Mermaid diagrams with corporate theme styling
- 💼 Corporate Ready: Perfect for business presentations
- 🎯 Multiple Layouts: Support for various slide layouts (cover, section, center, etc.)
- 🌟 Syntax Highlighting: Beautiful code highlighting with GitHub Light theme
npm install slidev-theme-localhouse-blueAdd the following frontmatter to your slides.md:
---
theme: slidev-theme-localhouse-blue
---If you want to develop or customize this theme:
# Clone or download this theme
cd slidev-theme-localhouse-blue
# Install dependencies
npm install
# Start the development server
npm run dev
# Build for production
npm run build
# Export as PDF
npm run exportslidev-theme-localhouse-blue/
├── styles/
│ └── index.css # Main theme stylesheet
├── example.md # Example presentation
├── package.json # Theme configuration
└── README.md # This file
- Primary:
#003366(Deep blue) - Accent:
#0055A4(Bright blue) - Secondary:
#004488(Medium blue)
default- Standard slide layoutcover- Title slide with gradient backgroundsection- Section divider with blue backgroundcenter- Centered content layouttwo-cols- Two column layoutquote- Quote layoutend- Closing slide
See example.md for a complete demonstration of all features and layouts.
The theme uses CSS custom properties for easy customization:
:root {
--corporate-primary: #003366; /* Deep blue */
--corporate-accent: #0055A4; /* Bright blue */
--corporate-secondary: #004488; /* Medium blue */
--corporate-light: #f8f9fa; /* Light background */
--corporate-text: #333; /* Main text color */
}MIT License
LOCALHOUSE
If you encounter Mermaid-related errors, try updating Node.js to v20.19.0 or higher for optimal compatibility.
1.0.0 - Initial Slidev theme release