davidje13 / SequenceDiagram

Javascript tool for generating sequence diagrams from code
https://sequence.davidje13.com/
GNU Lesser General Public License v3.0
123 stars 39 forks source link

Support agent colours #55

Open davidje13 opened 6 years ago

davidje13 commented 6 years ago

Extracted from #36

It is already possible to mark agents as red (changing their line colour), but this should be extended to other colours, and it should change the colour of their header/terminator, any state boxes, and possibly any connected notes. This will require some re-working of the rendering / themes code.

begin A
A is red