ryu1kn / vscode-text-marker

Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker
MIT License
87 stars 17 forks source link

[Suggestion] - Change default color when highlight color list exhausted. #16

Closed diogotrajanozup closed 6 years ago

diogotrajanozup commented 6 years ago

This extension is useful! It's possible change default color gray hightlight color? Because, when select commented text and using dark theme, it is not possible see the highlighted text.

ryu1kn commented 6 years ago

Hi @diogotrajanozup , thanks for the suggestion.

If I make the default highlight colour configurable, would it work for you?

diogotrajanozup commented 6 years ago

Hi ryu1kn

Yes, i think this will solve. That problem is, when i select the commented code, text and background has same colors. See the image.

image

Thank you!!

Congratulations it is great extension.

ryu1kn commented 6 years ago

Wow, that looks terrible... Yeah, I can clearly see the needs for the configuration. Thank you very much for posting the screenshot, they're always helpful!!

ryu1kn commented 6 years ago

Released as v1.1.0 :tada:

diogotrajanozup commented 6 years ago

It's solved! Thanks!