Highlighting in visual mode now uses standout and black text to have the

background become the syntax color for much more pronounced selection.
This commit is contained in:
Kevin 2014-03-12 01:49:57 -04:00
parent 47f3047a8a
commit f2069f939b

View file

@ -285,7 +285,7 @@ call s:X("TabLine","","000000","","",s:termBlack)
call s:X("TabLineFill","","000000","","",s:termBlack)
call s:X("TabLineSel","000000","ffffff","",s:termBlack,"White")
call s:X("Visual","","3a3a3a","bold","",s:termBlack)
call s:X("Visual","","000000","standout","",s:termBlack)
call s:X("Cursor","000000","ffff00","underline",s:termBlack,"Yellow")
call s:X("LineNr","ffaf00","","","Red","")