mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
20 lines
621 B
Plaintext
20 lines
621 B
Plaintext
' https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html
|
|
skinparam monochrome true
|
|
skinparam shadowing true
|
|
|
|
' https://plantuml.com/component-diagram "Use rectangle notation (remove UML notation)"
|
|
skinparam componentStyle rectangle
|
|
|
|
skinparam DefaultFontName Roboto
|
|
skinparam DefaultMonospacedFontName "Roboto Mono"
|
|
|
|
' https://material.io/design/typography/the-type-system.html
|
|
' Body 2
|
|
skinparam DefaultFontSize 14
|
|
skinparam DefaultTextAlignment center
|
|
skinparam NoteTextAlignment left
|
|
|
|
' default 1.5
|
|
skinparam ActivityBorderThickness 1
|
|
' default 2
|
|
skinparam PartitionBorderThickness 1.5 |