Skip to content

Commit f6d5ea5

Browse files
Editor title border (#177)
VS Code 1.45 [1] (April 2020) introduced new theme keys for render a border below the editor group header [2] (for example, below breadcrumbs if enabled) to restore the previous behavior of `editorGroupHeader.tabsBorder`. This commits adapts the new theme key to match the style of `editorGroupHeader.tabsBorder`. [1]: https://code.visualstudio.com/updates/v1_45 [2]: https://code.visualstudio.com/updates/v1_45#_new-theme-color-for-editor-title-borde Resolves GH-176
1 parent d8da820 commit f6d5ea5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

themes/nord-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"editorGroup.background": "#2e3440",
6262
"editorGroup.border": "#3b425201",
6363
"editorGroup.dropBackground": "#3b425299",
64+
"editorGroupHeader.border": "#3b425200",
6465
"editorGroupHeader.noTabsBackground": "#2e3440",
6566
"editorGroupHeader.tabsBackground": "#2e3440",
6667
"editorGroupHeader.tabsBorder": "#3b425200",

0 commit comments

Comments
 (0)