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:
parent
c653a02be3
commit
1d35a815a6
8 changed files with 28 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue