Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Created January 29, 2021 09:32
Show Gist options
  • Save h1romas4/a45d79669d6f09cb5d0c0d29b2e4101c to your computer and use it in GitHub Desktop.
Save h1romas4/a45d79669d6f09cb5d0c0d29b2e4101c to your computer and use it in GitHub Desktop.
PlantUML の色設定
@startuml color-setting
hide footbox
skinparam shadowing false
skinparam NoteBorderColor #Black
skinparam NoteBackgroundColor #White
skinparam sequence {
LifeLineBorderColor #Black
LifeLineBackgroundColor #White
ActorBackgroundColor #White
ActorBorderColor #Black
ParticipantBorderColor #Black
ParticipantBackgroundColor #White
ArrowColor #Black
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment