From 9f0019802e9345dfb686724a0f376649cdb289e8 Mon Sep 17 00:00:00 2001 From: The-Lum <86879521+The-Lum@users.noreply.github.com> Date: Thu, 8 Jul 2021 20:57:22 +0200 Subject: [PATCH] Add skinparam for queue (similar to collections) --- themes/puml-theme-toy.puml | 7 +++++++ themes/puml-theme-vibrant.puml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/themes/puml-theme-toy.puml b/themes/puml-theme-toy.puml index c089a2fe5..23ddcf3ed 100644 --- a/themes/puml-theme-toy.puml +++ b/themes/puml-theme-toy.puml @@ -69,3 +69,10 @@ skinparam collections { BorderColor 454645 FontColor 454645 } + +skinparam queue { + BackgroundColor FF6F61 + BorderColor 454645 + FontColor FFF + BorderThickness 1.5 +} \ No newline at end of file diff --git a/themes/puml-theme-vibrant.puml b/themes/puml-theme-vibrant.puml index 9d9f4f5da..fbe1be4e2 100644 --- a/themes/puml-theme-vibrant.puml +++ b/themes/puml-theme-vibrant.puml @@ -69,3 +69,10 @@ skinparam collections { BorderColor FFFFFF FontColor 454645 } + +skinparam queue { + BackgroundColor FF6347 + BorderColor FFF + FontColor FFF + BorderThickness 1.5 +} \ No newline at end of file