mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Fix active editor line foreground in Light+ V2 (#171185)
Fix active editor line foreground
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user