Skip to content

craft-coder/plantuml-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

25 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒป PlantUML Styles

This repository includes styles to be used in PlantUML diagrams. Check out the examples (e.g. modern-style examples).

You'll get such diagrams by default:

Class Example
Class Example

๐Ÿ›ด Usage

To use a certain style, include a style-file (from the styles directory of this repository) at the beginning of plantuml file:

@startuml Style Usage Example

!include styles/modern-style.plantuml

class Example {
    + void hello()
    - void hi()
    # void goodMorning(String name)
    ~ String name_
}

@enduml

๐Ÿ› ๏ธ Customization

The styles use variables, e.g. for defining the primary color. You can change these variables for a customization of your plantuml style.

' Color schema
!$primaryColor = "#ffd1fb"

๐Ÿ–‰ Acknowledgement

The examples used to illustrate the styles are heavily based on the examples provided by PlantUML.

About

Beautiful Styles for PlantUML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published