We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a30a3 commit 68dbd89Copy full SHA for 68dbd89
src/vs/editor/standalone/common/themes.ts
@@ -145,8 +145,7 @@ export const vs_dark: IStandaloneThemeData = {
145
[editorInactiveSelection]: '#3A3D41',
146
[editorIndentGuides]: '#404040',
147
[editorActiveIndentGuides]: '#707070',
148
- [editorSelectionHighlight]: '#ADD6FF26',
149
- [listFocusHighlightForeground]: '#ff0000'
+ [editorSelectionHighlight]: '#ADD6FF26'
150
}
151
};
152
/* -------------------------------- End vs-dark theme -------------------------------- */
0 commit comments