fisheva / Eva-Theme

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

Update Eva-Dark.json #71

Closed RichieRunner closed 2 years ago

RichieRunner commented 2 years ago

Add border color to tab.activeBorder to make it visually contrast more from other inactive tabs.

image

fisheva commented 2 years ago

Sorry,I deliberately hide the tab border. I like current style. You can set it in your VSCode settings.json. 企业微信截图_20220120191629

"workbench.colorCustomizations": {
    "tab.activeBorder": "#ff9070",
}