From 539fd69c0a28658dd4ff99d8553392ca39eacf4e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 15 Dec 2014 09:21:26 +0000 Subject: [PATCH] Change vim Search highlight to be more obvious --- colors/twilight.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/twilight.vim b/colors/twilight.vim index d544c51..e087821 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -90,7 +90,7 @@ if has("gui_running") || &t_Co == 256 "call HiGroup("PmenuSbar", s:empty, s:empty, "none") "call HiGroup("PmenuThumb", s:empty, s:empty, "none") "call HiGroup("Question", s:empty, s:empty, "none") - call HiGroup("Search", s:none, s:dark_grey, "none") + call HiGroup("Search", s:dark_grey, s:light_orange, "none") "call HiGroup("SpecialKey", s:emptnoney, s:empty, "none") call HiGroup("SpellBad", s:bright_red, s:empty, "bold") call HiGroup("SpellCap", s:blue, s:empty, "bold")