emacs.d/plantuml/plantuml.config
2025-01-07 14:49:12 +01:00

63 lines
1.1 KiB
Text

scale 1.5
skinparam dpi 300
skinparam padding 5
skinparam nodesep 60
skinparam ranksep 80
<style>
root {
FontName "Noto Sans Regular"
FontSize 12
RoundCorner 10
LineThickness 1.5
BackGroundColor transparent
}
node {
BackgroundColor lightgray
}
arrow {
Color #666666
LineThickness 2
}
group {
BackgroundColor lightgray
LineColor gray
FontStyle italic
}
note {
BackgroundColor yellow
LineColor orange
FontSize 12
}
activityDiagram {
BackgroundColor lightgray
diamond {
BackgroundColor lightgray
}
partition {
BackgroundColor transparent
}
}
sequenceDiagram {
Linecolor lightgray
participant {
BackgroundColor lightgray
}
}
wbsDiagram {
Linecolor lightgray
node {
BackgroundColor lightgray
}
arrow {
LineColor lightgray
}
}
document {
BackgroundColor transparent
}
</style>
skinparam handwritten false
skinparam shadowing false
skinparam linetype ortho