EYHN / vscode-vibrancy

Enable Acrylic/Glass effect for your VS Code.
MIT License
561 stars 37 forks source link

How to import custom css? #131

Open H-111-di opened 2 years ago

H-111-di commented 2 years ago

I modified the css file in the repo's themes directory to make it adopted to Solarized theme, then I tried import css file as following:

"vscode_vibrancy.opacity": 1,
    "vscode_vibrancy.imports": [
        "{$HOME}/tmp/tmp.css",
        "$theme-style$"
    ],

But it still loading the Dark+ theme. Can anybody provide more detailed instruction?