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:
@@ -20,7 +20,8 @@
|
||||
"sideBarSectionHeader.background": "#0000",
|
||||
"sideBarSectionHeader.border": "#ccc3",
|
||||
"tab.lastPinnedBorder": "#ccc3",
|
||||
"list.activeSelectionIconForeground": "#FFF"
|
||||
"list.activeSelectionIconForeground": "#FFF",
|
||||
"terminal.inactiveSelectionBackground": "#3A3D41",
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user