I would like to change the lollipop background color in a deployment diagram, it's default is white.
@startuml
something -right(0- anything : description
@enduml
This one helps to color the line
skinparam componentArrow {
Color #green
}
And this one the text onto the line:
skinparam class {
ArrowFontColor #green
}