From 15103ac7fb5ce9e77d04ada8129ab010ba62d4c0 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Fri, 31 Jul 2020 21:20:55 -0700 Subject: [PATCH] Update theming.md --- docs/theming.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/theming.md b/docs/theming.md index a28cd92f8..b58342758 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -60,7 +60,8 @@ The easiest way to make a custom theme is to start with the base theme, and just | themeVariables | Array containing objects, modifiable with the `%%init%%` directive | Array | Required | primaryColor, lineColor, textColor | -# Here is an example of overriding `primaryColor` through `themeVariables` and giving everything a different look, using `%%init%%`. +## Here is an example of overriding `primaryColor` through `themeVariables` and giving everything a different look, using `%%init%%`. + ``` %%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#ff0000'}}}%% graph TD