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/theme.ipuml | |
parent | 606e29c0fc261854ed440fd7a7d57dc92158b9c5 (diff) | |
parent | 020c56ce35551fea91101b9e0888ac66f62c0353 (diff) |
added diagrams
Diffstat (limited to 'img/theme.ipuml')
-rw-r--r-- | img/theme.ipuml | 10 |
1 files changed, 9 insertions, 1 deletions
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 |