Open Eruasa opened 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?
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.
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.
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.
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.
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!
file:///
... is still prepended to the absolute path{your username}
with your actual username folder name
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.