diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 2 |
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, |