Set vim twilight backgroup to black

This commit is contained in:
Kenneth Benzie 2014-12-08 16:14:15 +00:00
parent 655fe358fa
commit 49a27f4884

View File

@ -84,7 +84,7 @@ if has("gui_running") || &t_Co == 256
"call <SID>HiGroup("ModeMsg", s:empty, s:empty, "none") "call <SID>HiGroup("ModeMsg", s:empty, s:empty, "none")
"call <SID>HiGroup("MoreMsg", s:empty, s:empty, "none") "call <SID>HiGroup("MoreMsg", s:empty, s:empty, "none")
call <SID>HiGroup("NonText", s:blue, s:empty, "none") call <SID>HiGroup("NonText", s:blue, s:empty, "none")
call <SID>HiGroup("Normal", s:white, s:empty, "none") call <SID>HiGroup("Normal", s:white, s:black, "none")
call <SID>HiGroup("Pmenu", s:light_grey, s:grey, "none") call <SID>HiGroup("Pmenu", s:light_grey, s:grey, "none")
call <SID>HiGroup("PmenuSel", s:black, s:light_orange, "bold") call <SID>HiGroup("PmenuSel", s:black, s:light_orange, "bold")
"call <SID>HiGroup("PmenuSbar", s:empty, s:empty, "none") "call <SID>HiGroup("PmenuSbar", s:empty, s:empty, "none")