Closed gulshan closed 1 year ago
@gulshan You can custom it by put these into your settings.json.
"workbench.colorCustomizations": {
"[Eva Light]": {
"tab.activeBorderTop":"#aaadb499", //custom color
},
"[Eva Dark]": {
"tab.activeBorderTop":"#181a1f", //custom color
},
},
I have already done that. Thought it would be a good idea to be the default in the theme.
Thanks for your proposal, I prefer the current style : )
I think making the
"tab.activeBorderTop"
same as"tab.border"
(color of the sides of the tab border) in vscode will make the active tab easier to notice.