StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
205 stars 32 forks source link

[Color] Can't change default keyword gutter icon color #211

Closed LatenPath closed 8 months ago

LatenPath commented 10 months ago

With default keyword like FIXME, NOTE,... When i change highlightColor image Color has changed but the gutter DIDN'T. image Then i set iconColor to default. image The color changed but not match with the highlightColor setting. image

Zodsmar commented 8 months ago

You got like 80% of the way there. The Gutter color won't change unless you use "iconColor" which you got correct however using "default" is the default Anchor color (AKA white). So what you said is for the icon color to be White.

IconColor can take a HEX Code as well. Try putting your highlightColor into iconColor as well and it will work!

It works for me. If this answers your question please close the ticket.

LatenPath commented 8 months ago

I didnt know that we can put hex code to that field. Thank you so much sir!