diff --git a/plantuml/default-skin.ipu b/plantuml/default-skin.ipu index 6fd1855..7e175e5 100644 --- a/plantuml/default-skin.ipu +++ b/plantuml/default-skin.ipu @@ -2,10 +2,10 @@ ' use the strictuml style - no circles, no footboxes, and proper arrows Style strictuml - + ' re-enable drop shadows since strictuml turns it off Shadowing true - + ' slightly rounded boxes RoundCorner 8 @@ -16,17 +16,6 @@ TitleFontStyle bold TitleFontSize 18 - DatabaseBackgroundColor #F2F2F2 - DatabaseBorderColor #515151 - DatabaseFontColor #515151 - - PackageBackgroundColor #F2F2F2 - PackageBorderColor #515151 - - FolderFontColor #515151 - - ComponentArrowFontColor #515151 - Sequence { ' for some reason sequence diagrams are ignoring the default font, so set it explicitly @@ -38,10 +27,6 @@ Align center } - Box { - BackgroundColor #F2F2F2 - } - ' make stereotypes less ugly Stereotype { Font { @@ -54,8 +39,6 @@ Class { - ArrowColor #515151 - ' get rid of access modifier icons AttributeIconSize 0 @@ -69,4 +52,4 @@ } -} \ No newline at end of file +}