diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-03 16:30:49 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-03 16:30:49 +0200 |
commit | d53af1704c33192e696d71143fa4895176a1e28a (patch) | |
tree | b0aeeb5ca0fc74889ecfcf38ed1cdfde036ac0fe /components/config.ts | |
parent | 57ff943843831fbe041ec2e2a923fa70a2f805f3 (diff) |
feature: citelink highlight color
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index 0bc2c29..6c73921 100644 --- a/components/config.ts +++ b/components/config.ts @@ -86,6 +86,7 @@ export const initialVisuals = { citeDashLength: 35, citeGapLength: 15, citeLinkColor: 'gray.600', + citeLinkHighlightColor: '', citeNodeColor: 'black', } |