bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.8k stars 1.08k forks source link

[feature-request] Change themes in the diagram text. #235

Open BlueFalconHD opened 2 years ago

BlueFalconHD commented 2 years ago

Instead off supplying it via options, supply in the sequence EG:

title: Sequence
theme: simple
Test->Test2: Stuff
Test2-->Test: More stuff
bramp commented 2 years ago

Good suggestion. However, I intentionally tried to keep the diagram, and the styling separate. However, happy to have a PR if you wish to add this.