summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-03 17:16:08 +0200
committerGitHub <[email protected]>2021-08-03 17:16:08 +0200
commitf144e2bba9dd8cad216151d2b9d4d4e23662e538 (patch)
tree64db6ab471669fe2a6c384007f39bba1eb944f6f /components/config.ts
parent528e2ce90f365c8d399410ee9cfb7a05f1ca638a (diff)
parentf2c340d2292a002cc9f51c00124590c41082a328 (diff)
Merge branch 'main' into main
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/components/config.ts b/components/config.ts
index 5cc7775..db450d7 100644
--- a/components/config.ts
+++ b/components/config.ts
@@ -35,7 +35,8 @@ export const initialFilter = {
orphans: false,
parents: true,
fileless_cites: false,
- tags: [],
+ tagsBlacklist: [],
+ tagsWhitelist: [],
nodes: [],
links: [],
date: [],
@@ -86,11 +87,13 @@ export const initialVisuals = {
citeDashLength: 35,
citeGapLength: 15,
citeLinkColor: 'gray.600',
+ citeLinkHighlightColor: '',
citeNodeColor: 'black',
refDashes: true,
refDashLength: 35,
refGapLength: 15,
- refLinkColor: 'gray.200',
+ refLinkColor: 'gray.400',
+ refLinkHighlightColor: ''.
refNodeColor: 'black',
}