From 708c3f9ddef4712958a35142697a2b0ea61aec35 Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <k.benzie@codeplay.com>
Date: Fri, 9 Jan 2015 10:53:50 +0000
Subject: [PATCH] Make vim search highlighting better

---
 colors/twilight.vim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/colors/twilight.vim b/colors/twilight.vim
index 4fdeed4..7fd6b84 100644
--- a/colors/twilight.vim
+++ b/colors/twilight.vim
@@ -78,7 +78,7 @@ if has("gui_running") || &t_Co == 256
   call <SID>HiGroup("Folded", s:dark_green_blue, s:dark_grey, "none")
   call <SID>HiGroup("FoldColumn", s:dark_green_blue, s:dark_grey, "none")
   call <SID>HiGroup("SignColumn", s:empty, s:dark_grey, "none")
-  "call <SID>HiGroup("IncSearch", s:empty, s:empty, "none")
+  "call <SID>HiGroup("IncSearch", s:none, s:none, "reverse")
   call <SID>HiGroup("LineNr", s:white, s:dark_grey, "none")
   call <SID>HiGroup("CursorLineNr", s:light_orange, s:dark_grey, "none")
   call <SID>HiGroup("MatchParen", s:none, s:blue, "none")
@@ -91,7 +91,7 @@ if has("gui_running") || &t_Co == 256
   "call <SID>HiGroup("PmenuSbar", s:empty, s:empty, "none")
   "call <SID>HiGroup("PmenuThumb", s:empty, s:empty, "none")
   "call <SID>HiGroup("Question", s:empty, s:empty, "none")
-  call <SID>HiGroup("Search", s:none, s:dark_blue, "none")
+  call <SID>HiGroup("Search", s:none, s:none, "reverse")
   "call <SID>HiGroup("SpecialKey", s:emptnoney, s:empty, "none")
   call <SID>HiGroup("SpellBad", s:bright_red, s:empty, "bold")
   call <SID>HiGroup("SpellCap", s:blue, s:empty, "bold")