diff options
| author | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-10-31 16:52:39 +0100 |
|---|---|---|
| committer | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-10-31 16:52:39 +0100 |
| commit | 89833faa993660350e0266ddea52707613d1ba4e (patch) | |
| tree | dcdc3a63fd1f578a828eb2e3e6fd94c6b839e229 /img | |
| parent | 04e2060b7f17aae1467ef91b0d292d1398231119 (diff) | |
| parent | 4b12d1f1e6dbded47637ef8e2550741882d59329 (diff) | |
Merge remote-tracking branch 'origin/master' into max/time
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 |