vscode-vibrancy-continued
vscode-vibrancy-continued copied to clipboard
Vibrancy Support for Editior>Sticky Scroll
This is new feature added in VsCode. Do you have anything in mind for theming this or the default is good ?
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 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 ?
These are the settings , can you see if i applied them correctly.
Will this ever be fixed?