|
77 | 77 | "statusBar.background": "#fff", |
78 | 78 | "statusBar.border": "#e1e4e8", |
79 | 79 |
|
80 | | - "editorGroupHeader.tabsBackground": "#fff", |
| 80 | + "editorGroupHeader.tabsBackground": "#f6f8fa", |
| 81 | + "editorGroupHeader.tabsBorder": "#e1e4e8", |
| 82 | + "editorGroup.border": "#e1e4e8", |
81 | 83 |
|
82 | | - "tab.inactiveBackground": "#fff", |
83 | | - "tab.activeBackground": "#fff", |
84 | 84 | "tab.activeForeground": "#24292e", |
85 | 85 | "tab.inactiveForeground": "#6a737d", |
86 | | - "tab.border": "#fff", |
87 | | - "tab.activeBorder": "#f9826c", |
88 | | - "tab.unfocusedActiveBorder": "#e1e4e8", |
| 86 | + |
| 87 | + "tab.inactiveBackground": "#f6f8fa", |
| 88 | + "tab.activeBackground": "#fff", |
89 | 89 | "tab.hoverBackground": "#fff", |
90 | | - "tab.hoverBorder": "#e1e4e8", |
| 90 | + "tab.unfocusedHoverBackground": "#fff", |
| 91 | + |
| 92 | + "tab.border": "#e1e4e8", |
| 93 | + "tab.unfocusedActiveBorderTop": "#e1e4e8", |
| 94 | + "tab.activeBorder": "#fff", |
| 95 | + "tab.unfocusedActiveBorder": "#fff", |
| 96 | + "tab.activeBorderTop": "#f9826c", |
91 | 97 |
|
92 | 98 | "breadcrumb.foreground": "#6a737d", |
93 | 99 | "breadcrumb.focusForeground": "#24292e", |
|
0 commit comments