Skip to content

ouj/puml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published