Set vim twilight backgroup to black
This commit is contained in:
parent
655fe358fa
commit
49a27f4884
@ -84,7 +84,7 @@ if has("gui_running") || &t_Co == 256
|
||||
"call <SID>HiGroup("ModeMsg", 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("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("PmenuSel", s:black, s:light_orange, "bold")
|
||||
"call <SID>HiGroup("PmenuSbar", s:empty, s:empty, "none")
|
||||
|
Loading…
x
Reference in New Issue
Block a user