Whitespace characters are near invisible in High Contrast theme (Fixes #124612)

This commit is contained in:
Miguel Solorio 2021-05-28 20:43:10 +00:00 committed by GitHub
parent bb4e83a19a
commit e3354e26ef

View file

@ -10,7 +10,8 @@
"selection.background": "#008000",
"editor.selectionBackground": "#FFFFFF",
"statusBarItem.remoteBackground": "#00000000",
"ports.iconRunningProcessForeground": "#FFFFFF"
"ports.iconRunningProcessForeground": "#FFFFFF",
"editorWhitespace.foreground": "#7c7c7c"
},
"tokenColors": [
{