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