Last active
October 16, 2020 06:43
-
-
Save srijan/43efb2782553804be9d1c7306763a611 to your computer and use it in GitHub Desktop.
This file contains 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
!define BLACK #363D5D | |
!define RED #F6363F | |
!define PINK #F6216E | |
!define MAGENTA #A54FBD | |
!define GREEN #37A77C | |
!define YELLOW #F97A00 | |
!define BLUE #1E98F2 | |
!define CYAN #25AFCA | |
!define WHITE #FFFFFF | |
' Base Setting | |
skinparam Shadowing false | |
skinparam BackgroundColor transparent | |
skinparam ComponentStyle uml2 | |
skinparam Default { | |
'FontName 'Arial, sans-serif' | |
FontColor BLACK | |
FontSize 12 | |
FontStyle plain | |
} | |
skinparam Title { | |
FontSize 16 | |
FontStyle bold | |
} | |
skinparam Sequence { | |
ArrowThickness 1 | |
ArrowColor RED | |
ActorBorderThickness 1 | |
LifeLineBorderColor GREEN | |
ParticipantBorderThickness 0 | |
TitleFontSize 16 | |
TitleFontStyle bold | |
DividerFontSize 14 | |
DividerFontStyle bold | |
} | |
skinparam SequenceParticipant { | |
FontSize 14 | |
FontStyle bold | |
} | |
skinparam Participant { | |
BackgroundColor BLACK | |
BorderColor BLACK | |
FontColor WHITE | |
} | |
skinparam Actor { | |
BackgroundColor BLACK | |
BorderColor BLACK | |
} | |
skinparam Collections { | |
BackgroundColor BLACK | |
BorderColor WHITE | |
} | |
skinparam Database { | |
BackgroundColor BLACK | |
BorderColor WHITE | |
} | |
skinparam Activity { | |
BorderColor BLACK | |
DiamondBorderColor BLACK | |
BackgroundColor SkyBlue | |
DiamondBackgroundColor LightGreen | |
ArrowColor BLACK | |
} | |
skinparam Swimlane { | |
TitleFontSize 14 | |
TitleFontStyle bold | |
' TitleBackgroundColor BLACK | |
' TitleFontColor WHITE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment