- PlantUML用ステンシル
- カラーセットやよく使うステンシルを管理する
- 参考にさせていただたリポジトリ
- GitHub: Kazuhito00/PlantUML-ColorSet-Example
- 使用したいカラーセットを
!includeで取り込む
@startuml
!define uml https://raw.githubusercontent.com/flatring/plantuml-stencils/main
!include uml/colorset/ocean-blue.iuml
!include uml/colorset/_skinparams.iuml
Alice -> WhiteRabbit : Hello!
@enduml
| name | sequence light | sequence dark |
|---|---|---|
| ocean-blue.iuml | ![]() |
![]() |
- plantuml-colorset is under MIT License.

