Fix editor cursor colors in v2 themes (#171202)

This commit is contained in:
David Dossett 2023-01-12 13:15:04 -08:00 committed by GitHub
parent 127a4c7b4a
commit b6acfe86f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -34,7 +34,6 @@
"editor.background": "#1f1f1f",
"editor.findMatchBackground": "#9e6a03",
"editor.foreground": "#ffffffd3",
"editorCursor.foreground": "#0078d4",
"editorGroup.border": "#ffffff17",
"editorGroupHeader.tabsBackground": "#181818",
"editorGroupHeader.tabsBorder": "#ffffff15",

View file

@ -35,7 +35,6 @@
"editor.foreground": "#000000e4",
"editor.inactiveSelectionBackground": "#E5EBF1",
"editor.selectionHighlightBackground": "#ADD6FF80",
"editorCursor.foreground": "#005FB8",
"editorGroup.border": "#0000001a",
"editorGroupHeader.tabsBackground": "#f8f8f8",
"editorGroupHeader.tabsBorder": "#0000001a",