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

Textmarker: Highlight Colors #74

Closed jmcombs closed 2 years ago

jmcombs commented 2 years ago

I am interested in where you are obtaining your list of colors for highlight colors? I would like to change/add to the list of colors using names, like you are using. For example: Boysenberry or Blue Violet.

LimChorngUan commented 2 years ago

You can find the colour keywords here: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#color_keywords You can use hex or rgb too, I'm using "#445d63d3" for example

jmcombs commented 2 years ago

Thank you @LimChorngUan!