What is the best method for adding a CSS glow effect to tokens in a VS Code theme? I want to do something similar to neon dreams that has been implemented for the theme Synthwave '84. I'm not looking for extensions or anything like that where you adjust your personal settings.json, but rather a way to actually code the effect into the theme that I am working on.
I have looked at the Synthwave source code as well as browsed the web and have not been able to come up with a clear-cut way to do this.
I can more or less defer to what I've already written in my answer to How can I use a linear-gradient in a VS Code theme?.
In particular, Synthwave patches the VS Code isntallation's CSS and adds rules that use the
text-shadowproperty. See https://github.com/search?q=repo%3Arobb0wen%2Fsynthwave-vscode+%22text-shadow%22&type=code.