Skip to content

Instantly share code, notes, and snippets.

@fdln
Created December 26, 2019 07:51
Show Gist options
  • Save fdln/71c270998a0f0b1d4e72df555a903e34 to your computer and use it in GitHub Desktop.
Save fdln/71c270998a0f0b1d4e72df555a903e34 to your computer and use it in GitHub Desktop.
@startuml styleparam
' skinparam monochrome true
!define ACCENT #E29B2C
!define BACKGROUND #242533
!define BOXCOLOR #2B2B2B
skinparam backgroundColor BACKGROUND
' skinparam handwritten true
skinparam shadowing false
skinparam collections {
BackgroundColor BACKGROUND
BorderColor ACCENT
}
skinparam roundcorner 4
skinparam BoxPadding 10
skinparam sequence {
classFontColor red
ArrowColor ACCENT
ActorBorderColor DeepSkyBlue
LifeLineBorderColor gray
ArrowFontColor #fff
LifeLineBorderThickness 1
LifeLineBackgroundColor ACCENT
LifeLineBorderColor ACCENT
ProcesBackgroundColor #fff
ArrowThickness 1
ParticipantBorderColor ACCENT
ParticipantBackgroundColor #242533
ParticipantFontName source code pro
ParticipantFontSize 18
ParticipantFontColor #FFFFFF
ParticipantPadding 20
StereotypeFontColor ACCENT
BoxBackgroundColor #1B252D
BoxBorderColor #0E7F5B
BoxFontColor white
ActorBackgroundColor ACCENT
ActorFontColor white
ActorBorderColor ACCENT
ActorFontSize 18
ActorFontName source code pro
TitleFontColor #FFF
GroupBorderColor ACCENT
GroupBorderColor royalblue
GroupBackgroundColor royalblue
GroupBodyBackgroundColor #161D24
GroupHeaderFontColor white
GroupFontColor white
' GroupFontColor green
' GroupBodyBackgroundColor yellow
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment