From 00fdc78a486e94ae6bdece1a4cd8ab8d3830b238 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 30 Jul 2021 22:08:16 +0200 Subject: added extra check for wanting labels in 3d --- components/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/config.ts') diff --git a/components/config.ts b/components/config.ts index 5c0a922..b5353aa 100644 --- a/components/config.ts +++ b/components/config.ts @@ -99,8 +99,8 @@ export const initialVisuals = { linkHighlight: 'purple.500', backgroundColor: 'white', emacsNodeColor: '', - labelTextColor: 'black', - labelBackgroundColor: 'white', + labelTextColor: 'white', + labelBackgroundColor: 'black', labelBackgroundOpacity: 0.7, } -- cgit v1.2.3