On this Scenario, can I change the foreground color of the "New box"?
@startuml Demo Scenario
!pragma teoz true
box "Product boundary" #PaleVioletRed
participant P1 [
Participant 1
....
Subtitle
]
participant "Participant A" as DemoA
endbox
box "New Box" #Orange
participant "Participant B" as DemoB
endbox
P1 -> DemoA
DemoA <-> DemoB: Do something
DemoA -> P1
@enduml
Thanks!