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

Add ability to save specific highlight color #24

Closed ecustic closed 5 years ago

ecustic commented 5 years ago

Changing a highlight color using Update Highlight -> Update Color only changes the color for that session, as it is not written down in the settings.json (neither Workspace nor Global).

I suggest adding a color property in the settings.json for each highlight.

ryu1kn commented 5 years ago

Thanks @eCustic, i agree, that’s probably a natural evolution.

ryu1kn commented 5 years ago

Thanks to @BoruiGu , this feature is introduced in v1.10!