我正在使用Solarized主题的vim(这太棒了),但EasyMotion的颜色默认值是完全不可读的.
当我激活EasyMotion时,领导者的字母清晰可见(鲜红色,有Solarized Dark),但他们键入的字几乎与背景不同(深蓝色与略深的蓝色背景).
如何将其更改为更具可读性?
解决方案:编辑.vimrc文件,如下所示:
" change the default EasyMotion shading to something more readable with Solarized
hi link EasyMotionTarget ErrorMsg
hi link EasyMotionShade Comment
Run Code Online (Sandbox Code Playgroud)
插件文档中的第4.5节.
EasyMotion 的作者编写了关于 EasyMotion 可能实现的功能的出色文档。对我来说突出的帮助标签是EasyMotion_do_shade
和easymotion-custom-hl
。这些定义是否突出显示阴影文本以及如何突出显示阴影和目标文本。