<color:#5A6268>示例</color>
。@startuml
start
:start;
#lightblue:<color:white>Step 1</color>;
#2B99B9:<color:#5A6268>Step 2</color>;
:stop;
@enduml
#Red/Blue
和#Blue/Pink
为「渐变颜色」。@startuml
actor User1 #Red/Blue
actor User2 #Blue/Pink
User1 -> User2 : Hello
@enduml
@startuml
skinparam class {
BackgroundColor Lightblue
ArrowColor #0ACF97
BorderColor #d5d5d5
}
skinparam stereotypeCBackgroundColor YellowGreen
Class101 <|.. Class102
@enduml