Skip to content

Commit 68dbd89

Browse files
author
Miguel Solorio
committed
Remove typo
1 parent 80a30a3 commit 68dbd89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/editor/standalone/common/themes.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ export const vs_dark: IStandaloneThemeData = {
145145
[editorInactiveSelection]: '#3A3D41',
146146
[editorIndentGuides]: '#404040',
147147
[editorActiveIndentGuides]: '#707070',
148-
[editorSelectionHighlight]: '#ADD6FF26',
149-
[listFocusHighlightForeground]: '#ff0000'
148+
[editorSelectionHighlight]: '#ADD6FF26'
150149
}
151150
};
152151
/* -------------------------------- End vs-dark theme -------------------------------- */

0 commit comments

Comments
 (0)