Use editorGroupHeader.tabsBackground from VS Code as tab bar background (#3558)

This PR changes the color we use for the tab bar background from the VS
Code theme to `editorGroupHeader.tabsBackground`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2023-12-08 13:50:56 -05:00 committed by GitHub
parent c653a02be3
commit 1d35a815a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 28 additions and 19 deletions

View file

@ -202,7 +202,7 @@ impl VsCodeThemeConverter {
.flatten()
}),
tab_bar_background: vscode_colors
.panel_background
.editor_group_header_tabs_background
.as_ref()
.traverse(|color| try_parse_color(&color))?,
tab_active_background: vscode_colors