Adapted from future-architect

Creation of file from https://github.com/future-architect/puml-themes/tree/master/themes
This commit is contained in:
The-Lum 2021-07-05 13:34:25 +02:00 committed by GitHub
parent d55c9c6ca7
commit 6057971448
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 toy theme from 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 DDDDDD
skinparam shadowing false
skinparam RoundCorner 7
skinparam ArrowColor 454645
skinparam FontColor 454645
skinparam SequenceLifeLineBorderColor 454645
skinparam SequenceGroupHeaderFontColor 454645
skinparam SequenceGroupFontColor 454645
skinparam SequenceGroupBorderColor 454645
skinparam SequenceGroupBorderThickness 1
skinparam sequenceDivider {
BorderColor 454645
BorderThickness 1
FontColor 454645
}
skinparam participant {
BackgroundColor FF6F61
BorderColor FF6F61
FontColor White
}
skinparam database {
BackgroundColor 98DDDE
BorderColor 454645
FontColor 454645
}
skinparam entity {
BackgroundColor FFDA29
BorderColor 454645
FontColor 454645
}
skinparam note {
BackgroundColor LightGreen
BorderColor LightGreen
FontColor 454645
}
skinparam actor {
BackgroundColor 454645
BorderColor 454645
FontColor 454645
}
skinparam boundary {
BackgroundColor FFDA29
BorderColor 454645
FontColor 454645
}
skinparam control {
BackgroundColor FFDA29
BorderColor 454645
FontColor 454645
}
skinparam collections {
BackgroundColor FF6F61
BorderColor 454645
FontColor 454645
}