mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-10 15:50:57 +00:00
6057971448
Creation of file from https://github.com/future-architect/puml-themes/tree/master/themes
72 lines
1.5 KiB
Plaintext
72 lines
1.5 KiB
Plaintext
''
|
|
'' 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
|
|
}
|