File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Pick and choose which parts of VSCode should change with your mode:
116116- ` activityBar ` : The sidebar icon bar
117117- ` titleBar ` : The window title at the top
118118- ` statusBar ` : The info bar at the bottom
119- - ` editor ` : Selection highlights in your code
119+ - ` editor ` : Selection highlights border in your code
120120- ` suggestWidget ` : Intellisense suggestion popups
121121- ` lineNumbers ` : The active line number
122122
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ export function setupThemeManager() {
6565 'titleBar.border' : 'titleBar' ,
6666 'statusBar.border' : 'statusBar' ,
6767 'statusBar.foreground' : 'statusBar' ,
68- 'editor.selectionBackground' : 'editor' ,
6968 'editor.selectionHighlightBorder' : 'editor' ,
7069 'editor.findMatchBorder' : 'editor' ,
7170 'editorSuggestWidget.border' : 'suggestWidget' ,
You can’t perform that action at this time.
0 commit comments