summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-30 22:08:16 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-30 22:08:16 +0200
commit00fdc78a486e94ae6bdece1a4cd8ab8d3830b238 (patch)
tree2c9432afdc33e0176c81b3a35f4b97f087995acf /components/config.ts
parenta70faabfed22337b6585b58b7bb53f6544c12a1b (diff)
added extra check for wanting labels in 3d
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts4
1 files changed, 2 insertions, 2 deletions
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,
}