SublimeText / WordHighlight

Highlight all copies of the currently selected word.
MIT License
180 stars 24 forks source link

Add ability to set color for highlighting selection. #62

Closed billionaire closed 9 years ago

billionaire commented 9 years ago

Hello. Thank you for your package. It very useful and convenient. For even greater visual ease, it would be cool to add ability to set color in user-settings for highlighting selection(s). This speeds up visual search of information. For example, screenshot of Notepad++ and Sublime Text 3. Thank you. Sincerely. notepad sublime_text_3

billionaire commented 9 years ago

https://github.com/vcharnahrebel/style-token/blob/master/StyleToken.py This is sample code for highlighting selected text fragment. Maybe it's not perfect, but anything is better than nothing.

adzenith commented 9 years ago

If you read the readme, you'll see that there's a way to customize the color. StyleToken does look easier; if you'd like to integrate something like that into WordHighlight feel free to send a pull request!