EYHN / vscode-vibrancy

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

It Disrupt Default Color Themes in VSCode #124

Open rocketman7 opened 2 years ago

rocketman7 commented 2 years ago

Hi team, I disabled it and uninstalled it cuz it didn't work. BUT, after uninstalling it, default color themes in vscode are disrupted! Even I changed the theme to Light, the fonts colors are white. For all color themes, the background of IDE is stick to Dark+'s background color. PLEASE let me know how I can restore of vscode default color themes.

NO extension should affect to default setting AFTER UNINSTALLING IT!

andremalveira commented 2 years ago

you can access the .vscode/extensions folder to fix the problem when uninstalling;

C:\Users{you user}.vscode\extensions\eyhn.vscode-vibrancy-1.0.16

delete the folder (eyhn.vscode-vibrancy-1.0.16) and restart your vscode.

rocketman7 commented 2 years ago

you can access the .vscode/extensions folder to fix the problem when uninstalling;

C:\Users{you user}.vscode\extensions\eyhn.vscode-vibrancy-1.0.16

delete the folder (eyhn.vscode-vibrancy-1.0.16) and restart your vscode.

Hi, I'm using Mac. Please provide the instruction for Mac.

andremalveira commented 2 years ago

Depending on your platform, the location is in the following folder:

Windows %USERPROFILE%.vscode\extensions macOS ~/.vscode/extensions Linux ~/.vscode/extensions

Judecx14 commented 2 years ago

you can access the .vscode/extensions folder to fix the problem when uninstalling;

C:\Users{you user}.vscode\extensions\eyhn.vscode-vibrancy-1.0.16

delete the folder (eyhn.vscode-vibrancy-1.0.16) and restart your vscode.

It worked, thank you :D