Inherit editor inactive selection colors in terminal (Fix #158899) (#158950)

* Inherit editor inactive selection colors in terminal (Fix #158899)

* Remove unused import

* Add terminal inactive selection colors to default dark and light themes

* Update monokai terminal inactive selection

* Merge branch 'main' into ddossett/thoughtful-butterfly
This commit is contained in:
David Dossett
2022-08-24 16:00:34 -07:00
committed by GitHub
parent 49983af832
commit 52f8bfaf5b
3 changed files with 6 additions and 3 deletions

View File

@@ -26,7 +26,8 @@
"notebook.selectedCellBackground": "#c8ddf150",
"statusBarItem.errorBackground": "#c72e0f",
"list.activeSelectionIconForeground": "#FFF",
"list.focusAndSelectionOutline": "#90C2F9"
"list.focusAndSelectionOutline": "#90C2F9",
"terminal.inactiveSelectionBackground": "#E5EBF1",
},
"tokenColors": [
{