From 874f4c0641263bce29ad6f4bf58f850417a1d32e Mon Sep 17 00:00:00 2001 From: sidharthv96 Date: Fri, 13 Jan 2023 14:17:17 +0000 Subject: [PATCH] Update docs --- docs/config/theming.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/config/theming.md b/docs/config/theming.md index 9b81be1b9b..014ac13745 100644 --- a/docs/config/theming.md +++ b/docs/config/theming.md @@ -214,13 +214,10 @@ The theming engine will only recognize hex colors and not color names. So, the v | fontFamily | trebuchet ms, verdana, arial | | | fontSize | 16px | Font size in pixels | | primaryColor | #fff4dd | Color to be used as background in nodes, other colors will be derived from this | -| primaryBorderColor | calculated from primaryColor | Color to be used as border in nodes using `primaryColor` | -| primaryBorderColor | calculated from primaryColor | Color to be used as border in nodes using `primaryColor` | | primaryTextColor | calculated from darkMode #ddd/#333 | Color to be used as text color in nodes using `primaryColor` | | secondaryColor | calculated from primaryColor | | | primaryBorderColor | calculated from primaryColor | Color to be used as border in nodes using `primaryColor` | | secondaryBorderColor | calculated from secondaryColor | Color to be used as border in nodes using `secondaryColor` | -| primaryBorderColor | calculated from primaryColor | Color to be used as border in nodes using `primaryColor` | | secondaryTextColor | calculated from secondaryColor | Color to be used as text color in nodes using `secondaryColor` | | tertiaryColor | calculated from primaryColor | | | tertiaryBorderColor | calculated from tertiaryColor | Color to be used as border in nodes using `tertiaryColor` |