To include this theme in plantuml. Find the raw file path of theme file *.iuml
and use it in the puml file.
@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
@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