diff --git a/colors/twilight.vim b/colors/twilight.vim index 5cb8bef..e263ff0 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -84,7 +84,7 @@ if has("gui_running") || &t_Co == 256 "call HiGroup("ModeMsg", s:empty, s:empty, "none") "call HiGroup("MoreMsg", s:empty, s:empty, "none") call HiGroup("NonText", s:blue, s:empty, "none") - call HiGroup("Normal", s:white, s:empty, "none") + call HiGroup("Normal", s:white, s:black, "none") call HiGroup("Pmenu", s:light_grey, s:grey, "none") call HiGroup("PmenuSel", s:black, s:light_orange, "bold") "call HiGroup("PmenuSbar", s:empty, s:empty, "none")