0

Does the Visual Studio Code Theme Colour Reference have an entry for the red underscore used by the editor to signify, for example, a syntax error?

Lee Goddard
  • 10,680
  • 4
  • 46
  • 63

1 Answers1

1

Yes, this was added in VSCode 1.13 (which is currently the vscode insider build). Try setting editorError.foreground

enter image description here

Here's a preview of some the other error/warning theming options coming in 1.13: https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_13.md#theming

Matt Bierner
  • 58,117
  • 21
  • 175
  • 206