mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
feat: add links to theme listing
This commit is contained in:
parent
c5653156d9
commit
49ca2e3588
@ -10,15 +10,15 @@ Themes follow and build upon the Levels of Configuration, and employ `directives
|
|||||||
|
|
||||||
The following are a list of **Deployable themes**, sample `%%init%%` directives and `initialize` calls.
|
The following are a list of **Deployable themes**, sample `%%init%%` directives and `initialize` calls.
|
||||||
|
|
||||||
1. **base**- Designed to be modified, as the name implies it is supposed to be used as the base for making custom themes.
|
1. [**base**](https://github.com/mermaid-js/mermaid/blob/develop/packages/mermaid/src/themes/theme-base.js) - Designed to be modified, as the name implies it is supposed to be used as the base for making custom themes.
|
||||||
|
|
||||||
2. **forest**- A theme full of light greens that is easy on the eyes.
|
2. [**forest**](https://github.com/mermaid-js/mermaid/blob/develop/packages/mermaid/src/themes/theme-forest.js) - A theme full of light greens that is easy on the eyes.
|
||||||
|
|
||||||
3. **dark**- A theme that would go well with other dark-colored elements.
|
3. [**dark**](https://github.com/mermaid-js/mermaid/blob/develop/packages/mermaid/src/themes/theme-dark.js) - A theme that would go well with other dark-colored elements.
|
||||||
|
|
||||||
4. **default**- The default theme for all diagrams.
|
4. [**default**](https://github.com/mermaid-js/mermaid/blob/develop/packages/mermaid/src/themes/theme-default.js) - The default theme for all diagrams.
|
||||||
|
|
||||||
5. **neutral**- The theme to be used for black and white printing.
|
5. [**neutral**](https://github.com/mermaid-js/mermaid/blob/develop/packages/mermaid/src/themes/theme-neutral.js) - The theme to be used for black and white printing.
|
||||||
|
|
||||||
## Site-wide Themes
|
## Site-wide Themes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user