Dear PlantUML community,
could you help me out with using the variable !$MY_COLOR instead of #FF00FF for participant B
Thanks in advance,
Andy
@startuml
!$MY_COLOR = "#FF00FF"
participant A
participant B#FF00FF
'participant C$MY_COLOR
A -> B : Method()
A -> C: Method()
@enduml