vscode-vibrancy-continued icon indicating copy to clipboard operation
vscode-vibrancy-continued copied to clipboard

Vibrancy Support for Editior>Sticky Scroll

Open KAGEYAM4 opened this issue 2 years ago • 3 comments

image

image

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

KAGEYAM4 avatar Sep 02 '22 04:09 KAGEYAM4

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"
}

mikekscholz avatar Oct 22 '22 21:10 mikekscholz

@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

KAGEYAM4 avatar Dec 12 '22 14:12 KAGEYAM4

Will this ever be fixed?

Dezaku avatar Mar 11 '23 13:03 Dezaku