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?
Asked
Active
Viewed 390 times
1 Answers
1
Yes, this was added in VSCode 1.13 (which is currently the vscode insider build). Try setting editorError.foreground
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