From 684ad181914a35030508798066290b1b0a3e7d7e Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 21 Jan 2025 17:07:41 +0100 Subject: [PATCH] Update colors in plantuml --- plantuml/plantuml.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plantuml/plantuml.config b/plantuml/plantuml.config index 60444858..9de1b6aa 100644 --- a/plantuml/plantuml.config +++ b/plantuml/plantuml.config @@ -24,12 +24,12 @@ skinparam ranksep 80 } activityDiagram { - BackgroundColor lightgray + BackgroundColor #EEF2F6 diamond { - BackgroundColor lightgray + BackgroundColor #EEF2F6 } partition { - BackgroundColor transparent + BackgroundColor #EEF2F6 } }