USING THEMES IN PLANTUML

To include this theme in plantuml. Find the raw file path of theme file *.iuml and use it in the puml file.

Nord Style

@startuml
!includeurl https://raw.githubusercontent.com/ouj/puml/main/nord-style.iuml
@enduml

or for newer plantuml versions

@startuml
!include https://raw.githubusercontent.com/ouj/puml/main/nord-style.iuml
@enduml

Loom Style

@startuml
!includeurl https://raw.githubusercontent.com/ouj/puml/main/loom-style.iuml
@enduml

or for newer plantuml versions

@startuml
!include https://raw.githubusercontent.com/ouj/puml/main/loom-style.iuml
@enduml