sublime-EasyMotion icon indicating copy to clipboard operation
sublime-EasyMotion copied to clipboard

De-emphasize non-highlighted text

Open tednaleid opened this issue 12 years ago • 3 comments

In the vim EasyMotion plugin, the plugin highlights the matched text in red and colors the non-matched text in a dark grey, ex:

vim easymotion coloration

I've had a request from a user to emulate this in EasyMotion. I took a stab at doing it this way early in the project, but didn't have a lot of success. I was able to color the text areas, but after the end of each line the color didn't change, so it was ragged looking.

I think that there are also possible issues for those users with non-dark color schemes. Not sure if there's any way to detect this.

tednaleid avatar Jan 31 '13 00:01 tednaleid

btw i've found one interesting implementation of this you can see this https://github.com/muchzill4/EzMotion

shemerey avatar Jan 31 '13 08:01 shemerey

Is EzMotion any help to get this to EasyMotion? I like EasyMotion better, except for this feature.

lydell avatar Apr 10 '13 12:04 lydell

+1 on this!

chenglou avatar Feb 25 '14 18:02 chenglou