diff options
author | jaroWMR <jarorutjes07@gmail.com> | 2024-10-30 21:53:19 +0100 |
---|---|---|
committer | jaroWMR <jarorutjes07@gmail.com> | 2024-10-30 21:53:19 +0100 |
commit | ec78582f1898e57a53518acd2b6f11e7ea7da581 (patch) | |
tree | f6c81b60b4d711bc050d0e216bec56f00b8b36a6 /img | |
parent | 606e29c0fc261854ed440fd7a7d57dc92158b9c5 (diff) | |
parent | 020c56ce35551fea91101b9e0888ac66f62c0353 (diff) |
added diagrams
Diffstat (limited to 'img')
-rw-r--r-- | img/facade-audio.puml | 2 | ||||
-rw-r--r-- | img/theme.ipuml | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/img/facade-audio.puml b/img/facade-audio.puml index d3e732b..60af60f 100644 --- a/img/facade-audio.puml +++ b/img/facade-audio.puml @@ -1,5 +1,5 @@ @startuml -!include ../img/theme.ipuml +!include theme.ipuml skinparam Linetype ortho package crepe { diff --git a/img/theme.ipuml b/img/theme.ipuml index ae3b1c7..81391e2 100644 --- a/img/theme.ipuml +++ b/img/theme.ipuml @@ -1,6 +1,14 @@ ' vim:ft=plantuml -!theme plain +<style> +root { + BackgroundColor white + FontColor black + LineThickness 1 + Margin 0 +} +</style> + skinparam ClassAttributeIconSize 0 skinparam ClassFontStyle bold skinparam DefaultFontName Inter |