emacs.d/plantuml/plantuml.config

59 lines
1,013 B
Text
Raw Normal View History

2024-12-30 09:49:51 +01:00
skinparam dpi 300
skinparam padding 5
skinparam nodesep 60
skinparam ranksep 80
<style>
2025-01-07 14:49:12 +01:00
root {
FontName "Noto Sans Regular"
FontSize 12
RoundCorner 10
BackGroundColor transparent
2025-01-18 21:44:41 +01:00
LineColor #8ec1e1
LineThickness 1
2025-01-07 14:49:12 +01:00
}
2025-01-01 21:53:07 +01:00
node {
2025-01-18 21:44:41 +01:00
BackgroundColor #EEF2F6
2025-01-07 14:49:12 +01:00
}
group {
2025-01-18 21:44:41 +01:00
BackgroundColor #EEF2F6
2025-01-07 14:49:12 +01:00
FontStyle italic
}
note {
BackgroundColor yellow
FontSize 12
}
activityDiagram {
BackgroundColor lightgray
diamond {
BackgroundColor lightgray
}
partition {
BackgroundColor transparent
}
}
sequenceDiagram {
participant {
2025-01-18 21:44:41 +01:00
BackgroundColor #EEF2F6
2025-01-07 14:49:12 +01:00
}
}
2025-01-18 21:44:41 +01:00
2025-01-07 14:49:12 +01:00
wbsDiagram {
2025-01-18 21:44:41 +01:00
:depth(0) {
LineColor #C0D8E8
BackgroundColor #C0D8E8
2025-01-07 14:49:12 +01:00
}
2025-01-18 21:44:41 +01:00
:depth(1) {
LineColor #D8E5F0
BackgroundColor #D8E5F0
2025-01-07 14:49:12 +01:00
}
}
document {
BackgroundColor transparent
2024-12-30 09:49:51 +01:00
}
</style>
skinparam handwritten false
skinparam shadowing false
skinparam linetype ortho