Skip to content

Dark Mode

Compare
Choose a tag to compare
@MikhailKravets MikhailKravets released this 02 Oct 11:35
· 249 commits to master since this release
e7968de

This release primarily focuses on dark-themed diagrams. The plugin now generates two versions of diagrams (light and dark) by default.
To restore the previous behavior, you should set auto_dark config to false:

plugins:
    - plantuml:
        puml_url: https://www.plantuml.com/plantuml/
        auto_dark: false

New

Improvements