flowcharttheme
Themed delivery flow
A flowchart using a named Mermaid theme plus classDef accents for key nodes.
%%{init: {'theme':'forest'}}%%
flowchart LR
A[Idea]:::accent --> B[Spec]
B --> C{Ready?}
C -->|Yes| D[Ship]:::done
classDef accent fill:#dbeafe,stroke:#2563eb,color:#1e3a8a
classDef done fill:#dcfce7,stroke:#16a34a,color:#14532d