Fix active editor line foreground in Light+ V2 (#171185)

Fix active editor line foreground
This commit is contained in:
David Dossett 2023-01-12 09:43:24 -08:00 committed by GitHub
parent 80f49e72fd
commit 1b8ec09a7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@
"editorInlayHint.foreground": "#8b949e",
"editorInlayHint.typeBackground": "#8b949e33",
"editorInlayHint.typeForeground": "#8b949e",
"editorLineNumber.activeForeground": "#ffffffc5",
"editorLineNumber.activeForeground": "#171184",
"editorLineNumber.foreground": "#6e7681",
"editorOverviewRuler.border": "#0000001a",
"editorSuggestWidget.background": "#f8f8f8",