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

@@ -20,7 +20,8 @@
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#ccc3",
"tab.lastPinnedBorder": "#ccc3",
"list.activeSelectionIconForeground": "#FFF"
"list.activeSelectionIconForeground": "#FFF",
"terminal.inactiveSelectionBackground": "#3A3D41",
},
"tokenColors": [
{