fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
451 stars 39 forks source link

Please make the "tab.activeBorderTop" same as "tab.border" in vscode #88

Closed gulshan closed 1 year ago

gulshan commented 1 year ago

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.

fisheva commented 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
    },
},
gulshan commented 1 year ago

I have already done that. Thought it would be a good idea to be the default in the theme.

fisheva commented 1 year ago

Thanks for your proposal, I prefer the current style : )