Merge pull request #701 from yjlintw/upstream

Fixed GUI visual mode highlight color
This commit is contained in:
Yan Pritzker 2016-04-28 15:43:26 -05:00
commit e84ba17c26

View File

@ -68,7 +68,7 @@ if !exists("g:yadr_disable_solarized_enhancements")
hi! Comment guifg=#52737B
hi! link htmlLink Include
hi! CursorLine cterm=NONE gui=NONE
hi! Visual ctermbg=233
hi! Visual ctermbg=021 guibg=#0000FF
hi! Type gui=bold
hi! EasyMotionTarget ctermfg=100 guifg=#4CE660 gui=bold