Theme Presets
DeckFlow includes 5 built-in theme presets:
Corporate
Clean, professional look for enterprise presentations.
- Navy background, white text
- Serif headings
- Subtle gradients
Startup
Bold, modern look for pitch decks.
- Dark background, vibrant accents
- Sans-serif throughout
- High contrast
Developer
Technical, code-friendly theme.
- Dark background (editor-style)
- Monospace code blocks
- Syntax highlighting colors
Creative
Expressive, colorful theme for design presentations.
- Gradient backgrounds
- Large typography
- Playful accent colors
Minimal
Clean, distraction-free theme.
- White/light background
- Maximum readability
- Minimal decorations
Custom Themes
You can override any theme property:
{
"theme": {
"primary": "#8b5cf6",
"secondary": "#1e1b4b",
"background": "#020617",
"text": "#e2e8f0",
"font": "JetBrains Mono"
}
}Last updated on