Thanks @tobyshorin! I’m happy to see people making use of the customisation features!
The defaults in this theme attempt to copy Notion closely, and they don’t seem to follow that pattern, but I tried to make it easy for you to make it your own.
Here’s mine at the moment:
body.theme-dark {
--hue: 231;
--sat: 8%;
--interactive-accent-rgb: 127, 109, 209;
/* --L1: 35%;
--L2: 40%;
--L3: 45%; */
}
/* tag */
a.tag,
.cm-s-obsidian span.cm-hashtag {
color: var(--interactive-accent);
}
/* internal link */
.markdown-preview-view .internal-link, .popover.hover-popover .markdown-embed .internal-link,
.cm-s-obsidian span.cm-hmd-internal-link {
color: var(--interactive-accent);
border-bottom-color: var(--interactive-accent);
}
/* interal link nifty arrow */
.internal-link::before, .markdown-embed-link::before {
background-color: var(--interactive-accent);
}
/* external link text */
.external-link,
.cm-s-obsidian span.cm-link {
color: var(--interactive-accent);
}
/* external link url (editor) */
.cm-s-obsidian span.cm-url {
color: var(--interactive-accent);
}