包含选项卡的面板的名称是什么?
What is the name of the panel that holds the tabs?
我想更改带有标签的面板的背景颜色,但我不知道它的名字。
我试过了:
"[Material Theme Darker]": {
"editor.background": "#14161B",
"activityBar.background": "#14161B",
"sideBar.background": "#111114",
"sideBarSectionHeader.background": "#161618",
"activityBar.border": "#14161B",
"tab.activeBackground": "#14161B",
"tab.inactiveBackground": "#19191d",
"editor.selectionBackground": "#27292e",
"editor.inactiveSelectionBackground": "#303236",
"statusBar.background": "#14161B",
"tab.inactiveForeground": "#757575"
}
我需要更改此面板的颜色:https://imgur.com/a/5CurUD7
您似乎在寻找
"editorGroupHeader.tabsBackground"
我想更改带有标签的面板的背景颜色,但我不知道它的名字。
我试过了:
"[Material Theme Darker]": {
"editor.background": "#14161B",
"activityBar.background": "#14161B",
"sideBar.background": "#111114",
"sideBarSectionHeader.background": "#161618",
"activityBar.border": "#14161B",
"tab.activeBackground": "#14161B",
"tab.inactiveBackground": "#19191d",
"editor.selectionBackground": "#27292e",
"editor.inactiveSelectionBackground": "#303236",
"statusBar.background": "#14161B",
"tab.inactiveForeground": "#757575"
}
我需要更改此面板的颜色:https://imgur.com/a/5CurUD7
您似乎在寻找
"editorGroupHeader.tabsBackground"