Skip to content

ouj/puml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40ad05d · Jan 15, 2023

History

11 Commits
Oct 21, 2021
Jan 15, 2023
Mar 16, 2021

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