mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-25 14:27:33 +00:00
add borders to increase accessibility
reflect updates from the original source
This commit is contained in:
parent
0bc682468f
commit
766d780d57
@ -24,8 +24,9 @@ skinparam sequenceDivider {
|
|||||||
|
|
||||||
skinparam participant {
|
skinparam participant {
|
||||||
BackgroundColor FF6F61
|
BackgroundColor FF6F61
|
||||||
BorderColor FF6F61
|
BorderColor 454645
|
||||||
FontColor White
|
FontColor White
|
||||||
|
BorderThickness 1.5
|
||||||
}
|
}
|
||||||
|
|
||||||
skinparam database {
|
skinparam database {
|
||||||
@ -42,8 +43,9 @@ skinparam entity {
|
|||||||
|
|
||||||
skinparam note {
|
skinparam note {
|
||||||
BackgroundColor LightGreen
|
BackgroundColor LightGreen
|
||||||
BorderColor LightGreen
|
BorderColor 454645
|
||||||
FontColor 454645
|
FontColor 454645
|
||||||
|
BorderThickness 1
|
||||||
}
|
}
|
||||||
|
|
||||||
skinparam actor {
|
skinparam actor {
|
||||||
@ -68,6 +70,7 @@ skinparam collections {
|
|||||||
BackgroundColor FF6F61
|
BackgroundColor FF6F61
|
||||||
BorderColor 454645
|
BorderColor 454645
|
||||||
FontColor 454645
|
FontColor 454645
|
||||||
|
BorderThickness 1.5
|
||||||
}
|
}
|
||||||
|
|
||||||
skinparam queue {
|
skinparam queue {
|
||||||
@ -75,4 +78,4 @@ skinparam queue {
|
|||||||
BorderColor 454645
|
BorderColor 454645
|
||||||
FontColor FFF
|
FontColor FFF
|
||||||
BorderThickness 1.5
|
BorderThickness 1.5
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user