diff options
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 |