diff options
-rw-r--r-- | img/facade-audio.puml | 2 | ||||
-rw-r--r-- | img/theme.ipuml | 10 | ||||
-rw-r--r-- | time.txt | 1 |
3 files changed, 11 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 @@ -87,6 +87,7 @@ loek: 2024-10-25 30m implementation :: scripting interface loek: 2024-10-25 20m review :: PR review (+errands, merge only, #12 and #13) loek: 2024-10-26 3h20m implementation :: save manager loek: 2024-10-27 4h implementation :: save manager +loek: 2024-10-29 10m tooling :: documentation (fix plantuml theme errors) max: 2024-09-02 1h project kickoff max: 2024-09-02 45m first project meeting |