74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

easymotion tags look weird #78

Closed QuinnFreedman closed 6 years ago

QuinnFreedman commented 6 years ago

By default, the easymotion markers look pretty funky (see screenshot below).

screen shot 2018-08-05 at 5 46 06 pm

I know that you can style them to some extent with:

vim.easymotionMarkerBackgroundColor, vim.easymotionMarkerForegroundColorOneChar, vim.easymotionMarkerForegroundColorTwoChar, vim.easymotionMarkerWidthPerChar, vim.easymotionMarkerHeight, vim.easymotionMarkerFontFamily, vim.easymotionMarkerFontSize, vim.easymotionMarkerFontWeight, vim.easymotionMarkerYOffset.

However, no matter what I do, I can't get it to look like they are normal characters in the document because of the offsets of the text within the markers and the x-offset of the marker relative to the letters in the actual document.

Also, half of them are italic for some reason? I'm not really sure what that means.

What I think would be really helpful is either:

74th commented 6 years ago

You may use other vim extension. VimStyle has no easymotion features.