Integration of themes from future-architect

Adapted from https://github.com/future-architect/puml-themes/tree/master/themes
This commit is contained in:
The-Lum 2021-07-05 13:46:36 +02:00 committed by GitHub
parent 6057971448
commit b83bcbdcda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,71 @@
''
'' 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 FF6F61
FontColor FFFFFF
}
skinparam database {
BackgroundColor 00FFFF
BorderColor 454645
FontColor 454645
}
skinparam entity {
BackgroundColor FFE552
BorderColor 454645
FontColor 454645
}
skinparam note {
BackgroundColor 7FFFD4
BorderColor 7FFFD4
FontColor 454645
}
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 FF6347
BorderColor FFFFFF
FontColor 454645
}