Last active
December 22, 2020 10:47
-
-
Save soulim/0e70201c3e9ee6047b3908744772b136 to your computer and use it in GitHub Desktop.
styles.puml
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 base | |
skinparam { | |
ArrowColor #8898aa | |
BackgroundColor #f6f9fc | |
DefaultFontColor #363660 | |
DefaultFontName "JetBrains Mono" | |
RoundCorner 8 | |
Shadowing false | |
} | |
@enduml |
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 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 |
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 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