'How can I change the highlight colour of an error message in VS code?
I have been struggling to read error messages on yellow background with white text (image below). Any ideas, on how can I change the highlight color? I am aware that I need to do in the user settings and this page (https://code.visualstudio.com/api/references/theme-color) shows which settings I can change, but there are so many options and I have no idea from the info given which one corresponds to my problem. Thank you!
Solution 1:[1]
You can go to settings.json
in VsCode and then, search for
"editor.rangeHighlightBackground":"Color code"
and replace the previous color code to whatever color you want.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mayur Agarwal |