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

High contrast: Using color-name #17

Closed Kronuz closed 6 years ago

Kronuz commented 6 years ago

This was mentioned in issue #15, where we had all colors declared there instead of using color-name. This simplifies that lib.

ryu1kn commented 6 years ago

Thanks for the PR! And sorry for having taken such a long time to merge it...

ryu1kn commented 6 years ago

@Kronuz Just published it as v1.2.0! Thanks for your help :wink:

Kronuz commented 6 years ago

Great! Thank you! Will you publish a new version soon?

ryu1kn commented 6 years ago

Your changes are already published as v1.2.0 😉

Kronuz commented 6 years ago

Nice!

Kronuz commented 6 years ago

I ported some of your ideas here to Sublime Text Marker (https://github.com/Kronuz/TextMarker) :D