Quick Tip No 1 - SynthWave '84 Not Glowing ?

Quick Tip No 1 - SynthWave '84 Not Glowing ?

I use SynthWave '84 as my theme in VS Code and love the "gratuitous 80s glow" that is provided when Neon Dreams is enabled.

Screenshot of Visual Studio Code With SynthWave Theme

Unfortunately, the glowing aspect of the theme doesn't work out of the box when you've got VS Code installed in a shared directory - such as when you've installed it via a .rpm or .deb package.

On my Fedora system, VS Code is installed into /usr/share/code. To enable Neon Dreams, install and select the SynthWave theme from VS Code plugins.

Next, we need to ensure that VS Code is writable to the current user. This can easily be achieved by executing:

sudo chown -R "$(whoami)" /usr/share/code

We can now enable Neon Dreams by selecting the Control Bar in VS Code (Ctrl+Shift+P) and selecting SynthWave '84: Enable Neon Dreams. One reboot later, and your back in the 1980's.

You can then set the permissions back on the VS Code directory by executing:

sudo chown -R root /usr/share/code

Credits

Photo by Jean Gerber on Unsplash