diff --git a/docs/theming.md b/docs/theming.md index d53a51b1d..c2dd3f2ae 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -157,7 +157,7 @@ Variables that are unique to some diagrams can be affected by changes in Theme V ``` | Variable | Default/Base/Factor value | Calc | Description | -| -------------------- | ------------------------------ | ---- | -------------------------------------------------------------------------------------------------------------------------------- | --- | --- | +| -------------------- | ------------------------------ | ---- | -------------------------------------------------------------------------------------------------------------------------------- | | darkMode | false | | Boolean Value that dictates how to calculate colors. "true" will activate darkmode. | | background | #f4f4f4 | | Used to calculate color for items that should either be background colored or contrasting to the background. | | fontFamily | "trebuchet ms", verdana, arial | | | @@ -168,7 +168,7 @@ Variables that are unique to some diagrams can be affected by changes in Theme V | secondaryColor | based on primaryColor | \* | | | secondaryBorderColor | based on secondaryColor | \* | Color to be used as border in nodes using secondaryColor | | secondaryTextColor | based on secondaryColor | \* | Color to be used as text color in nodes using secondaryColor | -| tertiaryColor | based on primaryColor | \* | | | | +| tertiaryColor | based on primaryColor | \* | | | tertiaryBorderColor | based on tertiaryColor | \* | Color to be used as border in nodes using tertiaryColor | | tertiaryTextColor | based on tertiaryColor | \* | Color to be used as text color in nodes using tertiaryColor | | noteBkgColor | #fff5ad | | Color used as background in notes | diff --git a/packages/mermaid/src/docs/theming.md b/packages/mermaid/src/docs/theming.md index 432ebb038..66b612c05 100644 --- a/packages/mermaid/src/docs/theming.md +++ b/packages/mermaid/src/docs/theming.md @@ -136,7 +136,6 @@ Variables that are unique to some diagrams can be affected by changes in Theme V | errorBkgColor | tertiaryColor | \* | Color for syntax error message | | errorTextColor | tertiaryTextColor | \* | Color for syntax error message | - # What follows are Variables, specific to different diagrams and charts. ## Some Theme Variables serve as, or affect the Default Values for Specific Diagram Variables, unless changed using `%%init%%` .