diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-04 13:19:30 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-04 13:19:30 +0200 |
commit | 903fdfcba322fc93a215a91a521e2879b78b0a8c (patch) | |
tree | 4cb90f155217482f4cc9e8c72490d3cf79bfaa6b /pages | |
parent | 9444a7acc21fcde9a9055582a6adce62df790ae3 (diff) |
fix: added ref/cite colors to highlight memo
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 65c7eae..e298695 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -615,6 +615,12 @@ export const Graph = forwardRef(function (props: GraphProps, graphRef: any) { visuals.linkHighlight, visuals.nodeHighlight, visuals.linkColorScheme, + visuals.refLinkColor, + visuals.refNodeColor, + visuals.citeNodeColor, + visuals.refLinkHighlightColor, + visuals.citeLinkHighlightColor, + visuals.citeLinkColor, emacsTheme, ]) |