An open API service indexing awesome lists of open source software.

https://github.com/patrik-csak/one-dark-plantuml-theme

🏭 One Dark PlantUML theme
https://github.com/patrik-csak/one-dark-plantuml-theme

one-dark one-dark-theme plantuml plantuml-theme

Last synced: about 1 month ago
JSON representation

🏭 One Dark PlantUML theme

Awesome Lists containing this project

README

          

# [One Dark](https://github.com/atom/atom/tree/v1.53.0/packages/one-dark-ui) [PlantUML](https://plantuml.com) theme

## Screenshots

JetBrains:

![Screenshot of WebStorm with PlantUML diagram code in left pane and diagram preview with One Dark PlantUML theme in right pane](docs/ide-screenshots/jetbrains.png)

Visual Studio Code:

![Screenshot of Visual Studio Code with PlantUML diagram code in left pane and diagram preview with One Dark PlantUML theme in right pane](docs/ide-screenshots/vs-code.png)

## Usage

[`!include`](https://plantuml.com/preprocessing#393335a6fd28a804) the theme file:

```puml
@startuml

!include https://raw.githubusercontent.com/patrik-csak/one-dark-plantuml-theme/v1.0.1/theme.puml

Bob->Alice : hello

@enduml
```

## Examples

Sequence diagram:

![PlantUML sequence diagram with One Dark theme](examples/sequence.svg)

Use case diagram:

![PlantUML use case diagram with One Dark theme](examples/use-case.svg)

Class diagram:

![PlantUML class diagram with One Dark Theme](examples/class.svg)

Activity diagram:

![PlantUML activity diagram with One Dark theme](examples/activity.svg)

Component diagram:

![PlantUML component diagram with One Dark theme](examples/component.svg)

State diagram:

![PlantUML state diagram with One Dark theme](examples/state.svg)