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