Fix solarized easymotion in terminal vim

This commit is contained in:
Yan Pritzker 2014-11-21 11:51:33 -06:00
parent b2ee7b78a0
commit d75fe7e1dd

View File

@ -70,7 +70,7 @@ if !exists("g:yadr_disable_solarized_enhancements")
hi! CursorLine cterm=NONE gui=NONE
hi! Visual ctermbg=233
hi! Type gui=bold
hi! EasyMotionTarget guifg=#4CE660 gui=bold
hi! EasyMotionTarget ctermfg=100 guifg=#4CE660 gui=bold
" Make sure this file loads itself on top of any other color settings
au VimEnter * so ~/.vim/settings/solarized.vim