Skip to content

Commit 232dc73

Browse files
committed
feat:
fixxed select to only change border instead of the background
1 parent 7b82def commit 232dc73

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/themeManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)