I've added two tweaks to my settings.json that removes the Tab drop-shadow on scroll:
"workbench.colorCustomizations": {
"contrastBorder": "#00000000",
"scrollbar.shadow": "#ffffff00",
},
Result

I've found that it gives the editor chrome a more minimal feel that aligns with the overall visual direction of the theme. I'm not sure if this is something you'll want to implement, so this is just a suggestion.
I've added two tweaks to my
settings.jsonthat removes the Tab drop-shadow on scroll:Result

I've found that it gives the editor chrome a more minimal feel that aligns with the overall visual direction of the theme. I'm not sure if this is something you'll want to implement, so this is just a suggestion.