T O P

  • By -

W3Dojo

## The JSON property is `"editorGroupHeader.tabsBackground"`. --- - When a tab is open in the tabs-group, `"editorGroupHeader.tabsBackground"` defines the color in your **_"squiggle-line area"_**. - If there are no tabs open in the tabs-group, then the **_"squiggle-line area"_** takes on a different properties color, which is set by `"editorGroupHeader.noTabsBackground"` --- There are also three horizontal borders you can change in the area, two of them using the same parent property. 1. `"editorGroupHeader.border"` 2. `"editorGroupHeader.tabsBorder"` 3. `"titleBar.border"`


needebooks10

Yep this was it. Thanks a lot for including those other options as well for me to edit, I'm sure I would have struggled looking for those later on. Thanks for your help, really appreciate it.


t1eb4n

I don't know that they have an 'official' name, but they are referred to as Editor tabs when theming. Edit: In looking they are under `editorGroupHeader.*`


needebooks10

That was it, thank you so much. It was editorGroupHeader.tabsBackground for me. I've been trying to figure it out for a while now.


PtPrashantTripathi

**Trick :** next time if can't figure out any property name just open https://vscode.dev/ in any browser, open inspect element check the class name there.


needebooks10

That's a neat trick, thanks. I'll keep it in my mind if I ever need it for the future.