Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.43 KB

readme.md

File metadata and controls

55 lines (30 loc) · 1.43 KB

Based on Dracula PlantUML theme and Dracula Theme

Screenshots

Visual Studio Code:

Screenshot of Visual Studio Code with PlantUML diagram code in left pane and diagram preview with Dracula PlantUML theme in right pane

Usage

!include the theme file:

@startuml

!include https://raw.githubusercontent.com/guipatriota/dracula-plantuml-theme/v1.0.0/theme.puml

Bob->Alice : hello

@enduml

Examples

Sequence diagram:

PlantUML sequence diagram with Dracula theme

Use case diagram:

PlantUML use case diagram with Dracula theme

Class diagram:

PlantUML class diagram with Dracula Theme

Activity diagram:

PlantUML activity diagram with Dracula theme

Component diagram:

PlantUML component diagram with Dracula theme

State diagram:

PlantUML state diagram with Dracula theme