wesbos / cobalt2-vscode

Cobalt2 Theme for VS Code
MIT License
767 stars 251 forks source link

Red error squiggles are very hard to see #252

Open Aran-Fey opened 5 months ago

Aran-Fey commented 5 months ago

Description

VSCode highlights errors with a squiggly red line, but these are quite difficult to see with the cobalt2 theme. I often struggle to find them even if I can see the approximate location in the minimap.

Expected Behavior

Error squiggles should be much more noticeable. (I mean, they're for errors. That's kinda important.)

Screenshots

image

Yes, there is a red squiggle in this screenshot.

Additional Information

As a workaround, users can override the color with the following setting:

"workbench.colorCustomizations": {
    "editorError.foreground": "#ff0000",
}
palashmon commented 5 months ago

Hi there. Are you using VSCode version 1.89.1 or a lower version? If not, please try updating to the latest version and see if that resolves the issue. Thanks!

Aran-Fey commented 5 months ago

I've updated VScode but nothing changed.

palashmon commented 5 months ago

Ok. It's something related to VSCode and a fix was released recently related to it:

You can also try adding the above image and adding a comment there.

Also, you can try the solutions mentioned here: