Thank you!! I’ll try that out right away, though just out of curiousity, I now have a CSS file as andrezgz recommended with these lines
.theme-light .graph-view.color-fill-tag { color: #00fb00; }
.theme-dark .graph-view.color-fill-tag { color: #00fb00; }
What’s interesting is that it now works in light mode, i.e. the tag nodes now show up as green. In dark mode it does not. Any ideas on that?
I saw in another thread that it was better to use snippets for this since if the theme is updated the edit would be lost. is that correct?