microsoft / theme-converter-for-vs

CLI tool that allows you to convert your VS Code color theme to a VS 2022 color theme.
MIT License
502 stars 53 forks source link

Use vsc tab background for tab border #146

Closed ketttY closed 2 years ago

ketttY commented 2 years ago

As VSC does not have this divider between file tabs and the editor area, use the tab.inactivebackground for this line to minimize the distraction. After: image

huguesv commented 2 years ago

Does the Tabs coloring feature still work after this change?

ketttY commented 2 years ago

Does the Tabs coloring feature still work after this change?

Yep!

Colorize tab on: image Colorize tab off: image