Created
January 29, 2021 09:32
-
-
Save h1romas4/a45d79669d6f09cb5d0c0d29b2e4101c to your computer and use it in GitHub Desktop.
PlantUML の色設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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