mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-14 17:34:06 +00:00
Merge pull request #581 from The-Lum/AddTheme
Add theme toy and vibrant from future-architect/puml-themes
This commit is contained in:
commit
06ff8f96ce
71
themes/puml-theme-toy.puml
Normal file
71
themes/puml-theme-toy.puml
Normal 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
|
||||
}
|
71
themes/puml-theme-vibrant.puml
Normal file
71
themes/puml-theme-vibrant.puml
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user