illixion / vscode-vibrancy-continued

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

Vibrancy Support for Editior>Sticky Scroll #14

Open KAGEYAM4 opened 2 years ago

KAGEYAM4 commented 2 years ago

image

image

This is new feature added in VsCode. Do you have anything in mind for theming this or the default is good ?

mikekscholz commented 1 year ago

use vibrancy's custom css feature with

.monaco-editor .sticky-widget {
    backdrop-filter: blur(8px);
}

and in your config.json add

"workbench.colorCustomizations": {
    "editorStickyScroll.background": "#2228"
}
KAGEYAM4 commented 1 year ago

@mikekscholz sorry for late reply , i kind of stopped using vibrancy as my system is really very bad. Nonetheless i will F**k it up. is this how it suppose to look ? image

These are the settings , can you see if i applied them correctly. image image

Dezaku commented 1 year ago

Will this ever be fixed?