Themes

Themes are portable visual systems for Excalidraw diagrams: palette tokens, typography, element defaults, and optional layout instructions. Agents use the same theme contract that renderers use.

default-sketchy preview
default-sketchy

Bundled baseline theme. Friendly, general-purpose, and portable.

stripe-press preview
stripe-press

Editorial and book-grade. Strong for explainers and polished essays.

notion preview
notion

Rounded, off-white, workspace-style diagrams.

whiteboard preview
whiteboard

Low-fi and bright. Useful for brainstorming and collaborative sketches.

dark preview
dark

Inverted contrast for dark docs, talks, and technical dashboards.

Use a theme

Render with Node:

npx @excalidraw-skill-pack/render diagram.excalidraw --theme stripe-press

Create a custom theme with the theme scaffolder, or read the theme manifest spec.