mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
* 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:
@@ -26,7 +26,8 @@
|
||||
"notebook.selectedCellBackground": "#c8ddf150",
|
||||
"statusBarItem.errorBackground": "#c72e0f",
|
||||
"list.activeSelectionIconForeground": "#FFF",
|
||||
"list.focusAndSelectionOutline": "#90C2F9"
|
||||
"list.focusAndSelectionOutline": "#90C2F9",
|
||||
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user