From 49a27f488402a9baa805ab8adb723c66a24d0069 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 8 Dec 2014 16:14:15 +0000 Subject: [PATCH] Set vim twilight backgroup to black --- colors/twilight.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")