BroFox86/espresso-soda

Scrollbar background same as side panel background renders explorer scrollbar not visible

Closed this issue · 1 comments

I fixed it with:

"workbench.colorCustomizations":{
    "scrollbarSlider.background": "#A5A6AC",
    "scrollbarSlider.hoverBackground": "#A5A6AC",
},

to make scrollbars darker, impacts all scrollbars, not only sidebar

Updated: e2e1f72

I used scrollbar color from Espresso editor. Thank you for participating.

Screenshot