summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-31 11:17:58 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-31 11:17:58 +0200
commit1bd37ff86e5d5e2397b77c10fcc90e80bfbfce49 (patch)
treeaa8c5ff3fd6927c8e6ee178ce837e50ed7fcb25d /components/config.ts
parent1e4f74c0c8b83068fdc49037064964b8a5a3d6c5 (diff)
refactoring
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts
index fdb4145..c2f8ff5 100644
--- a/components/config.ts
+++ b/components/config.ts
@@ -73,7 +73,7 @@ export const initialVisuals = {
nodeHighlight: '',
linkHighlight: 'purple.500',
backgroundColor: 'white',
- emacsNodeColor: 'grey.800',
+ emacsNodeColor: 'gray.800',
labelTextColor: 'black',
labelBackgroundColor: 'white',
labelBackgroundOpacity: 0.7,