Skip to content

Instantly share code, notes, and snippets.

@svyatogor
Created February 27, 2020 11:07
Show Gist options
  • Save svyatogor/fa8ae5ebda6e68773d8cd5db259bab60 to your computer and use it in GitHub Desktop.
Save svyatogor/fa8ae5ebda6e68773d8cd5db259bab60 to your computer and use it in GitHub Desktop.
@startuml
skinparam backgroundColor fff
!define PRIMARY fff
!define ACCENT 1a66c2
!define ACCENTDARK 124787
!define ACCENTLITE 2a86e2
!define FONTNAME "Helvetica"
!define FONTSIZE 13
skinparam {
ArrowColor ACCENT
ActorBorderColor DeepSkyBlue
LifeLineBorderColor ACCENT
LifeLineBackgroundColor ACCENTDARK
CollectionsBorderColor ACCENTDARK
CollectionsBackgroundColor ACCENT
CollectionsFontName FONTNAME
CollectionsFontSize FONTSIZE
CollectionsFontColor PRIMARY
EntityBorderColor ACCENTDARK
EntityBackgroundColor ACCENT
EntityFontName FONTNAME
EntityFontSize FONTSIZE
ParticipantBorderColor ACCENTDARK
ParticipantBackgroundColor ACCENT
ParticipantFontName FONTNAME
ParticipantFontSize FONTSIZE
ParticipantFontColor PRIMARY
ComponentBackgroundColor ACCENT
ComponentBorderColor ACCENTDARK
ComponentFontColor PRIMARY
ComponentFontName FONTNAME
ComponentFontSize FONTSIZE
QueueBackgroundColor ACCENT
QueueBorderColor ACCENTDARK
QueueFontColor PRIMARY
QueueFontName FONTNAME
QueueFontSize FONTSIZE
RectangleBackgroundColor ACCENT
RectangleBorderColor ACCENTDARK
RectangleFontColor PRIMARY
RectangleFontName FONTNAME
RectangleFontSize FONTSIZE
FrameFontName FONTNAME
FrameFontSize FONTSIZE
FrameBorderColor ACCENTDARK
NoteBackgroundColor ACCENTLITE
NoteFontColor PRIMARY
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment