pinned tabs - add a tab.lastPinnedBorder color

This commit is contained in:
Benjamin Pasero
2020-09-10 10:51:31 +02:00
parent 6173cf8a99
commit 82d953a731
4 changed files with 12 additions and 3 deletions
@@ -19,7 +19,8 @@
"statusBarItem.remoteForeground": "#FFF",
"statusBarItem.remoteBackground": "#16825D",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#ccc3"
"sideBarSectionHeader.border": "#ccc3",
"tab.lastPinnedBorder": "#ccc3"
},
"semanticHighlighting": true
}
@@ -20,6 +20,7 @@
"statusBarItem.remoteBackground": "#16825D",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#61616130",
"tab.lastPinnedBorder": "#81818130",
"notebook.focusedCellBackground": "#c8ddf150",
"notebook.cellBorderColor": "#dae3e9",
"notebook.outputContainerBackgroundColor": "#c8ddf150"