diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-31 17:01:46 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-31 17:01:46 +0100 |
commit | 36f25d64abc37f6fa0fbd1c10f11dfe3ac10b5ea (patch) | |
tree | 8b48ea99377d1c811fdbdd9551df7188f55e0e9f /img/theme.ipuml | |
parent | 388d1c218572a55fb0dd413939083ecfc185888d (diff) |
WIP more design
Diffstat (limited to 'img/theme.ipuml')
-rw-r--r-- | img/theme.ipuml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/img/theme.ipuml b/img/theme.ipuml index 81391e2..c44db05 100644 --- a/img/theme.ipuml +++ b/img/theme.ipuml @@ -1,18 +1,10 @@ ' vim:ft=plantuml - -<style> -root { - BackgroundColor white - FontColor black - LineThickness 1 - Margin 0 -} -</style> - +!theme plain skinparam ClassAttributeIconSize 0 skinparam ClassFontStyle bold skinparam DefaultFontName Inter skinparam DefaultFontSize 10 +skinparam DefaultMonospacedFontName "JetBrains Mono" skinparam MaxMessageSize 200 skinparam Nodesep 25 ' skinparam Padding 0 @@ -20,6 +12,8 @@ skinparam Ranksep 50 skinparam RoundCorner 0 skinparam PackageStyle rectangle skinparam PackageFontStyle italic +skinparam ActivityStartColor black +skinparam ActivityEndColor black hide class circle |