diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 21:51:22 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 21:51:22 +0100 |
commit | 04237758d57884e3dea44720bcda373ede89b1d0 (patch) | |
tree | 59655509d911e4e3ec59960eb4f4ffd7b0caa417 /img/theme.ipuml | |
parent | 0f1e2c876fe550862cb1201bf5cba9dc95707324 (diff) |
remove dependency on plantuml bundled files
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 |