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 settings to control highlight foreground #46

Closed ctf0 closed 4 years ago

ctf0 commented 4 years ago

atm the opacity affects both background & foreground, keeping them separated would make things much clearer.

also the foreground color is mostly gray, not sure if there is a current setting that control that but if not having an option for it would be very helpful as well.

ctf0 commented 4 years ago

https://github.com/ryu1kn/vscode-text-marker/blob/11bf26349e57fdbfe70c23c2954da8433bd2f262/src/lib/decoration/decoration-type-creator.ts#L33