mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 13:05:09 +00:00
feat - adds DelayFontColor and StereotypeFontColor to Sequence
This commit is contained in:
parent
6779f06261
commit
10aa96e31d
@ -293,6 +293,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $LIGHT
|
LifeLineBorderColor $LIGHT
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $LIGHT_DARK
|
LifeLineBackgroundColor $LIGHT_DARK
|
||||||
@ -315,7 +317,7 @@ skinparam sequence {
|
|||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
''
|
''
|
||||||
StereotypeFontColor $DARK
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -203,6 +203,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $SECONDARY_DARK
|
LifeLineBackgroundColor $SECONDARY_DARK
|
||||||
@ -223,6 +225,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $DARK
|
ReferenceBorderColor $DARK
|
||||||
ReferenceFontColor $SECONDARY_TEXT
|
ReferenceFontColor $SECONDARY_TEXT
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -176,6 +176,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $GRAY
|
BoxBorderColor $GRAY
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY_DARK
|
LifeLineBorderColor $SECONDARY_DARK
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $SECONDARY_LIGHT
|
LifeLineBackgroundColor $SECONDARY_LIGHT
|
||||||
@ -193,6 +195,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $GRAY
|
ReferenceBorderColor $GRAY
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -178,6 +178,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $GRAY
|
BoxBorderColor $GRAY
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY_DARK
|
LifeLineBorderColor $SECONDARY_DARK
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $BGCOLOR
|
LifeLineBackgroundColor $BGCOLOR
|
||||||
@ -195,6 +197,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $GRAY
|
ReferenceBorderColor $GRAY
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO_TEXT
|
ReferenceHeaderFontColor $INFO_TEXT
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -184,6 +184,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $GRAY
|
BoxBorderColor $GRAY
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY_DARK
|
LifeLineBorderColor $SECONDARY_DARK
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $SECONDARY_LIGHT
|
LifeLineBackgroundColor $SECONDARY_LIGHT
|
||||||
@ -201,6 +203,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $GRAY
|
ReferenceBorderColor $GRAY
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -185,7 +185,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -207,6 +209,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO_TEXT
|
ReferenceHeaderFontColor $INFO_TEXT
|
||||||
ReferenceHeaderBackgroundColor $BGCOLOR
|
ReferenceHeaderBackgroundColor $BGCOLOR
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -186,7 +186,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -207,6 +209,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $SECONDARY
|
ReferenceBorderColor $SECONDARY
|
||||||
ReferenceFontColor $SECONDARY_TEXT
|
ReferenceFontColor $SECONDARY_TEXT
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -157,7 +157,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -178,6 +180,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $DARK
|
ReferenceBorderColor $DARK
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderBackgroundColor $LIGHT
|
ReferenceHeaderBackgroundColor $LIGHT
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -169,6 +169,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $GRAY
|
BoxBorderColor $GRAY
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY_DARK
|
LifeLineBorderColor $SECONDARY_DARK
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $SECONDARY_LIGHT
|
LifeLineBackgroundColor $SECONDARY_LIGHT
|
||||||
@ -186,6 +188,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $GRAY
|
ReferenceBorderColor $GRAY
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -188,6 +188,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $GRAY
|
BoxBorderColor $GRAY
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY_DARK
|
LifeLineBorderColor $SECONDARY_DARK
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $BGCOLOR
|
LifeLineBackgroundColor $BGCOLOR
|
||||||
@ -205,6 +207,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $GRAY
|
ReferenceBorderColor $GRAY
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -181,6 +181,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $GRAY
|
BoxBorderColor $GRAY
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY_DARK
|
LifeLineBorderColor $SECONDARY_DARK
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $SECONDARY_LIGHT
|
LifeLineBackgroundColor $SECONDARY_LIGHT
|
||||||
@ -198,6 +200,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $GRAY
|
ReferenceBorderColor $GRAY
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -188,6 +188,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $GRAY
|
BoxBorderColor $GRAY
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY_DARK
|
LifeLineBorderColor $SECONDARY_DARK
|
||||||
LifeLineBorderThickness 3
|
LifeLineBorderThickness 3
|
||||||
LifeLineBackgroundColor $SECONDARY_LIGHT-$SECONDARY_DARK
|
LifeLineBackgroundColor $SECONDARY_LIGHT-$SECONDARY_DARK
|
||||||
@ -205,6 +207,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $GRAY
|
ReferenceBorderColor $GRAY
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -184,7 +184,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -206,6 +208,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -184,7 +184,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -206,6 +208,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -174,6 +174,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $GRAY
|
BoxBorderColor $GRAY
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY_DARK
|
LifeLineBorderColor $SECONDARY_DARK
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $SECONDARY_LIGHT
|
LifeLineBackgroundColor $SECONDARY_LIGHT
|
||||||
@ -191,6 +193,8 @@ skinparam sequence {
|
|||||||
ReferenceBorderColor $GRAY
|
ReferenceBorderColor $GRAY
|
||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
|
|
||||||
!endsub
|
!endsub
|
||||||
|
@ -188,6 +188,8 @@ skinparam sequence {
|
|||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARK
|
BoxFontColor $DARK
|
||||||
''
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
LifeLineBackgroundColor $SECONDARY_DARK
|
LifeLineBackgroundColor $SECONDARY_DARK
|
||||||
@ -208,6 +210,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -186,7 +186,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -208,6 +210,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -184,7 +184,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -206,6 +208,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY_DARK-$SECONDARY_DARK
|
ReferenceHeaderBackgroundColor $SECONDARY_DARK-$SECONDARY_DARK
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -189,7 +189,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -211,6 +213,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $LIGHT
|
ReferenceFontColor $LIGHT
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $BGCOLOR
|
ReferenceHeaderBackgroundColor $BGCOLOR
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -184,7 +184,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -206,6 +208,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
@ -184,7 +184,9 @@ skinparam sequence {
|
|||||||
''
|
''
|
||||||
BoxBackgroundColor $BGCOLOR
|
BoxBackgroundColor $BGCOLOR
|
||||||
BoxBorderColor $DARK
|
BoxBorderColor $DARK
|
||||||
BoxFontColor $DARk
|
BoxFontColor $DARK
|
||||||
|
''
|
||||||
|
DelayFontColor $DARK
|
||||||
''
|
''
|
||||||
LifeLineBorderColor $SECONDARY
|
LifeLineBorderColor $SECONDARY
|
||||||
LifeLineBorderThickness 2
|
LifeLineBorderThickness 2
|
||||||
@ -206,6 +208,8 @@ skinparam sequence {
|
|||||||
ReferenceFontColor $DARK
|
ReferenceFontColor $DARK
|
||||||
ReferenceHeaderFontColor $INFO
|
ReferenceHeaderFontColor $INFO
|
||||||
ReferenceHeaderBackgroundColor $SECONDARY
|
ReferenceHeaderBackgroundColor $SECONDARY
|
||||||
|
''
|
||||||
|
StereotypeFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
!endsub
|
!endsub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user