Skip to content

how do you colour the non-existent file/link node in graphs as red? #167

Closed Answered by tallguyjenks
loneguardian asked this question in Q&A
Discussion options

You must be logged in to vote

in my CSS file is the code to apply some theme-ing programmatically:

/** ____ 2.5 Graph Formatting */
/** ______ 2.5.1 Graph View CSS -- https://discordapp.com/channels/686053708261228577/702656734631821413/760488978691784705 */
.theme-dark .graph-view.color-arrow {
  color: var(--bright-aqua);
}
.theme-dark .graph-view.color-fill-tag {
  color: var(--bright-yellow);
}
.theme-dark .graph-view.color-fill-attachment {
  color: var(--neutral-blue);
}
.theme-dark .graph-view.color-fill-unresolved {
  color: var(--bright-red);
}
.graph-view.color-fill-focused {
  color: var(--faded-red);
}
.graph-view.color-fill {
  color: var(--light1);
}
/* .graph-view.color-line {
  color: var(--gray);
}*/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@loneguardian
Comment options

Answer selected by tallguyjenks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants