Skip to content

Commit

Permalink
docs: Fix sequence skinparam
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Feb 12, 2024
1 parent 92d17b6 commit cf58c63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/graph/sequence.pum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ skinparam shadowing false
skinparam RoundCorner 7
autonumber "<b>0."

skinparam sequence {
FontColor #444444
LifeLineBorderColor SeaGreen
ArrowColor SeaGreen

ActorBorderColor #444444
ParticipantBorderColor SeaGreen
ParticipantBackgroundColor YellowGreen

DividerFontSize 10
DividerBorderColor #AAAAAA
DividerBackgroundColor #AAAAAA
DividerFontColor #EEEEEE
DividerBorderThickness 1
}

actor User as user
participant "Vim/Neovim" as vim
participant "Elin" as elin
Expand Down

0 comments on commit cf58c63

Please sign in to comment.