From fecea14417dc7fee86fd7adbd846c8a7abdc3632 Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Wed, 11 Mar 2015 15:41:52 +0100 Subject: [PATCH] Add (very small) support for unite.vim Thanks to the help of @benjumanji, I added custom highlighting for unite.vim's grep search results (white fg on a green bg so that they stand out). This may not be a very stable solution since it relies on unite.vim internals, but hey, c'est la vie. --- colors/gotham.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/gotham.vim b/colors/gotham.vim index 33814da..37cf7cc 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -227,6 +227,8 @@ call s:Col('CtrlPPrtBase', 'base4') " '>>>' prompt call s:Col('CtrlPPrtText', 'cyan') " text in the prompt call s:Col('CtrlPPtrCursor', 'base7') " cursor in the prompt +" unite.vim +call s:Col('uniteSource__GrepPattern', 'base7', 'green') " Cleanup =====================================================================