phindle / error-lens

Visual Studio Code extension which enhances the display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=PhilHindle.errorlens
MIT License
89 stars 40 forks source link

Ability to set message foreground #10

Closed usernamehw closed 6 years ago

usernamehw commented 6 years ago

Issue Type: Feature Request

It would be nice to be able to control (additionally to backgrond) foreground of all 4 message types:

Currently they change background-color... and not color.

That will allow some people to use only color for messages if they find setting background too annoying. It can also help to find the message faster since background decoration highlights the entire line (code & message), but foreground of different color can be spotted much quicker (just message).

usernamehw commented 6 years ago

Duplicate of #4, I guess...