1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-09-29 07:29:00 +00:00

Merge pull request #588 from The-Lum/UpdateTheme

Theme: Add skinparam for queue (similar to collections)
This commit is contained in:
arnaudroques 2021-09-13 16:14:23 +02:00 committed by GitHub
commit 8423a04962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -69,3 +69,10 @@ skinparam collections {
BorderColor 454645
FontColor 454645
}
skinparam queue {
BackgroundColor FF6F61
BorderColor 454645
FontColor FFF
BorderThickness 1.5
}

View File

@ -69,3 +69,10 @@ skinparam collections {
BorderColor FFFFFF
FontColor 454645
}
skinparam queue {
BackgroundColor FF6347
BorderColor FFF
FontColor FFF
BorderThickness 1.5
}