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

标签选项卡 #78

Closed dev-dingxue closed 2 years ago

dev-dingxue commented 2 years ago

能否在激活的标签上加入明显的提示或者下划线,现有激活方式在黑暗模式下看的不是很清楚,经常容易搞混。

fisheva commented 2 years ago

尝试了很多颜色都觉得加了边线后有点打破界面的连贯性,暂时不会添加。您可以在settings.json里添加下列文字,自行设置。

企业微信截图_20220607100451

"workbench.colorCustomizations": {
      "tab.activeBorder": "#ff0000",
      "tab.activeBorderTop": "#00ff00",
}