themes.puml-theme-vibrant.puml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml Show documentation
Show all versions of plantuml Show documentation
PlantUML is a component that allows to quickly write :
* sequence diagram,
* use case diagram,
* class diagram,
* activity diagram,
* component diagram,
* state diagram
* object diagram
''
'' The vibrant theme from https://github.com/future-architect/puml-themes
''
'' Original Author: [future-architect](https://github.com/future-architect)
'' Source: [future-architect/puml-themes](https://github.com/future-architect/puml-themes/tree/master/themes)
'' License: [Apache License, Version 2.0](https://github.com/future-architect/puml-themes/blob/master/LICENSE)
''
skinparam BackgroundColor FFFFFF
skinparam shadowing false
skinparam RoundCorner 7
skinparam ArrowColor 454645
skinparam FontColor 454645
skinparam SequenceLifeLineBorderColor 696969
skinparam SequenceGroupHeaderFontColor 454645
skinparam SequenceGroupFontColor 696969
skinparam SequenceGroupBorderColor 696969
skinparam SequenceGroupBorderThickness 1
skinparam sequenceDivider {
BorderColor 454645
BorderThickness 1
FontColor 454645
}
skinparam participant {
BackgroundColor FF6347
BorderColor 454645
FontColor FFFFFF
BorderThickness 1.5
}
skinparam database {
BackgroundColor 00FFFF
BorderColor 454645
FontColor 454645
}
skinparam entity {
BackgroundColor FFE552
BorderColor 454645
FontColor 454645
}
skinparam note {
BackgroundColor 7FFFD4
BorderColor 454645
FontColor 454645
BorderThickness 1.5
}
skinparam actor {
BackgroundColor 454645
BorderColor 454645
FontColor 454645
}
skinparam boundary {
BackgroundColor FFE552
BorderColor 454645
FontColor 454645
}
skinparam control {
BackgroundColor FFE552
BorderColor 454645
FontColor 454645
}
skinparam collections {
BackgroundColor FF5F42
BorderColor 454645
FontColor 454645
}
skinparam queue {
BackgroundColor FF6347
BorderColor 454645
FontColor FFF
BorderThickness 1.5
}