thecodemonkey / synthwave-x-fluoromachine-epic-animations

This theme brings crazy 80's animations into your VS code 🚀🎉
MIT License
84 stars 22 forks source link

Custom CSS not completely loading #14

Open Eruasa opened 2 years ago

Eruasa commented 2 years ago

The colors are getting loaded, but the rest like the background or the glowing is not getting loaded.

Checked if I had syntax errors from copying wrong, but that's not the case. I also reinstalled the theme, but that didn't change a thing.

thecodemonkey commented 2 years ago

In the current version it is not enough to click on the Install button. You have to perform additional manual steps. See readme/installation. Did you follow the installation instructions?

Eruasa commented 2 years ago

If you mean the linking in the settings.json, then yes, I did that. Weird thing is that I also have the theme installed on my pc at my work and there it works, so no idea why it doesn't work back at my home pc.

thecodemonkey commented 2 years ago

Yes sounds weird. Normally it is different, on the work computer nothing works but on the private one. Different OS Windows/Mac? Different VS code versions? Run VS Code as Admin?

The installation is completely MacGyver style. I inherited it that way and always wanted to improve it.

Eruasa commented 2 years ago

No, both Win 10, but don't know right now if it's the same OS version and VS Code version. Running it as Admin makes no difference.

sangoi-exe commented 1 year ago

I know it's been months since this issue was opened, but yesterday I had the same problem and ended up finding the solution. It turns out there is no global settings.json file for VS Code; each workspace has its own. If you go to the command palette and type settings.json, the "workspace settings" option will be for your current workspace, so just put the paths to the Custom CSS files there.

JGLAHE commented 1 year ago

I also just want to mention the obvious when pasting the example paths into your settings.json (which I initially failed to do): make sure those paths are correct for your setup!