Created
February 27, 2020 11:07
-
-
Save svyatogor/fa8ae5ebda6e68773d8cd5db259bab60 to your computer and use it in GitHub Desktop.
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 | |
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