emacs.d/plantuml/plantuml.config

31 lines
499 B
Text
Raw Normal View History

2024-12-02 18:56:49 +01:00
scale 1.5
2024-12-30 09:49:51 +01:00
skinparam dpi 300
skinparam padding 5
skinparam nodesep 60
skinparam ranksep 80
<style>
root {
FontName "Noto Sans Regular"
FontSize 14
RoundCorner 10
LineThickness 1.5
BackGroundColor transparent
}
arrow {
Color #666666
LineThickness 2
}
wbsDiagram {
2025-01-01 21:53:07 +01:00
Linecolor lightgray
node {
BackgroundColor lightgray
}
2024-12-30 09:49:51 +01:00
arrow {
2025-01-01 21:53:07 +01:00
LineColor lightgray
2024-12-30 09:49:51 +01:00
}
}
</style>
skinparam handwritten false
skinparam shadowing false
skinparam linetype ortho