Fix solarized easymotion in terminal vim
This commit is contained in:
parent
b2ee7b78a0
commit
d75fe7e1dd
@ -70,7 +70,7 @@ if !exists("g:yadr_disable_solarized_enhancements")
|
|||||||
hi! CursorLine cterm=NONE gui=NONE
|
hi! CursorLine cterm=NONE gui=NONE
|
||||||
hi! Visual ctermbg=233
|
hi! Visual ctermbg=233
|
||||||
hi! Type gui=bold
|
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
|
" Make sure this file loads itself on top of any other color settings
|
||||||
au VimEnter * so ~/.vim/settings/solarized.vim
|
au VimEnter * so ~/.vim/settings/solarized.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user