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