Themes Hub¶
Themes Hub is a collection of themes specifically designed for PlantUML with
a seamless integration with mkdocs_puml
.
Available Themes¶
Currently the hub consists of the following themes.
Name | Light | Dark | C4 |
---|---|---|---|
Default | |||
Catppuccin | |||
Nord | |||
Kanagawa | |||
Material |
How to Use¶
Using Themes from Hub with mkdocs_puml
Refer to the Setup Theming Section to learn how
use themes with mkdocs_puml
.
To use a theme from the hub, locate its corresponding .puml
file containing the styles.
Each theme card includes a link to its folder in the GitHub repository.
Open the folder, select the desired flavor, get raw link to the file,
and build the !include
statements to insert into your PlantUML code.
For example, for catppuccin/mocha
flavor's !include
statement is
!include https://raw.githubusercontent.com/MikhailKravets/mkdocs_puml/themes/themes/catppuccin/mocha.puml
License¶
Themes from the hub are licensed under MIT license.