plantuml/skin/debug.skin

222 lines
2.3 KiB
Plaintext
Raw Normal View History

2019-08-26 17:07:21 +00:00
root {
2019-07-14 20:09:26 +00:00
FontName SansSerif
HyperLinkColor red
FontColor green
FontSize 19
FontStyle plain
HorizontalAlignment left
RoundCorner 15
DiagonalCorner 0
LineColor #3600A8
LineThickness 1.0
BackGroundColor #AAA
Shadowing 0.0
}
2019-08-26 17:07:21 +00:00
stereotype {
2019-07-14 20:09:26 +00:00
FontColor blue
FontSize 8
FontStyle bold
}
2019-08-26 17:07:21 +00:00
title {
2019-07-14 20:09:26 +00:00
HorizontalAlignment right
FontSize 24
FontColor blue
}
2019-08-26 17:07:21 +00:00
header {
2019-07-14 20:09:26 +00:00
HorizontalAlignment center
FontSize 26
FontColor purple
}
2019-08-26 17:07:21 +00:00
footer {
2019-07-14 20:09:26 +00:00
HorizontalAlignment left
FontSize 28
FontColor red
}
2019-08-26 17:07:21 +00:00
legend {
2019-07-14 20:09:26 +00:00
FontSize 30
BackGroundColor yellow
Margin 30
Padding 50
}
2019-08-26 17:07:21 +00:00
caption {
2019-07-14 20:09:26 +00:00
FontSize 32
}
2019-08-26 17:07:21 +00:00
element {
2019-07-14 20:09:26 +00:00
BackGroundColor #CEFEFE
}
2019-08-26 17:07:21 +00:00
sequenceDiagram {
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
classDiagram {
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
activityDiagram {
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
group {
2019-07-14 20:09:26 +00:00
LineThickness 3.5
BackGroundColor MistyRose
LineColor DarkOrange
FontSize 12
FontStyle italic
FontColor red
}
2019-08-26 17:07:21 +00:00
groupHeader {
2019-07-14 20:09:26 +00:00
BackGroundColor tan
LineThickness 0.5
LineColor yellow
FontSize 18
FontStyle bold
FontColor blue
}
2019-08-26 17:07:21 +00:00
lifeLine {
2019-07-14 20:09:26 +00:00
BackGroundColor gold
}
2019-08-26 17:07:21 +00:00
destroy {
2019-07-14 20:09:26 +00:00
LineColor red
}
2019-08-26 17:07:21 +00:00
reference {
2019-07-14 20:09:26 +00:00
LineColor red
FontSize 10
FontStyle bold
FontColor blue
BackGroundColor gold
HorizontalAlignment right
}
2019-08-26 17:07:21 +00:00
box {
2019-07-14 20:09:26 +00:00
LineThickness 0.1
LineColor FireBrick
BackGroundColor PowderBlue
FontSize 12
FontStyle italic
FontColor Maroon
}
2019-08-26 17:07:21 +00:00
separator {
2019-07-14 20:09:26 +00:00
LineColor red
BackGroundColor green
FontSize 16
FontStyle bold
FontColor white
}
2019-08-26 17:07:21 +00:00
delay {
2019-07-14 20:09:26 +00:00
FontSize 22
FontStyle italic
}
2019-08-26 17:07:21 +00:00
participant {
2019-07-14 20:09:26 +00:00
LineThickness 2.5
}
2019-08-26 17:07:21 +00:00
actor {
2019-07-14 20:09:26 +00:00
LineThickness 0.5
}
2019-08-26 17:07:21 +00:00
boundary {
2019-07-14 20:09:26 +00:00
LineThickness 1.5
}
2019-08-26 17:07:21 +00:00
control {
2019-07-14 20:09:26 +00:00
LineThickness 1.5
}
2019-08-26 17:07:21 +00:00
entity {
2019-07-14 20:09:26 +00:00
LineThickness 1.5
}
2019-08-26 17:07:21 +00:00
queue {
2019-07-14 20:09:26 +00:00
LineThickness 1.5
}
2019-08-26 17:07:21 +00:00
database {
2019-07-14 20:09:26 +00:00
LineThickness 1.5
}
2019-08-26 17:07:21 +00:00
collections {
2019-07-14 20:09:26 +00:00
LineThickness 1.5
}
2019-08-26 17:07:21 +00:00
arrow {
FontSize 13
LineColor Lime
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
note {
2019-07-14 20:09:26 +00:00
BackGroundColor GoldenRod
}
2019-08-26 17:07:21 +00:00
diamond {
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
swimlane {
}
activity {
BackgroundColor #33668E
BorderColor #33668E
FontColor #888
FontName arial
}
activityDiagram {
diamond {
BackgroundColor #dae4f1
BorderColor #33668E
FontColor red
FontName arial
FontSize 5
}
arrow {
FontColor gold
FontName arial
FontSize 15
}
partition {
LineColor red
FontColor green
RoundCorner 30
BackColor PeachPuff
}
note {
FontColor Blue
LineColor yellow
}
}
circle {
LineColor yellow
}
activityBar {
LineColor lightGreen
}
2019-07-14 20:09:26 +00:00
2019-08-26 17:07:21 +00:00
mindmapDiagram {
Padding 10
Margin 10
}
node {
}