Skip to content

Instantly share code, notes, and snippets.

@soulim
Last active December 22, 2020 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soulim/0e70201c3e9ee6047b3908744772b136 to your computer and use it in GitHub Desktop.
Save soulim/0e70201c3e9ee6047b3908744772b136 to your computer and use it in GitHub Desktop.
styles.puml
@startuml base
skinparam {
ArrowColor #8898aa
BackgroundColor #f6f9fc
DefaultFontColor #363660
DefaultFontName "JetBrains Mono"
RoundCorner 8
Shadowing false
}
@enduml
@startuml component
!include https://gist.githubusercontent.com/soulim/0e70201c3e9ee6047b3908744772b136/raw/base.puml
skinparam {
ComponentBackgroundColor #ffffff
ComponentBorderColor #8898aa
DatabaseBackgroundColor #ecfaff
DatabaseBorderColor #8898aa
InterfaceBackgroundColor #fff7ee
InterfaceBorderColor #8898aa
}
@enduml
@startuml sequence
!include https://gist.githubusercontent.com/soulim/0e70201c3e9ee6047b3908744772b136/raw/base.puml
skinparam {
ActorBackgroundColor #ffffff
ActorBorderColor #8898aa
ParticipantBackgroundColor #ffffff
ParticipantBorderColor #8898aa
SequenceGroupBackgroundColor #d0f3ff
SequenceGroupBorderColor #125b98
SequenceGroupHeaderFontColor #125b98
SequenceLifeLineBackgroundColor #ebeff3
SequenceLifeLineBorderColor #8898aa
BoxPadding 20
ParticipantPadding 20
SequenceBoxBorderColor #8898aa
SequenceBoxBackgroundColor #ecfaff
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment