From 188a99fad6204c15b942d6d9769f06422c31da60 Mon Sep 17 00:00:00 2001 From: morhetz Date: Tue, 11 Mar 2014 18:54:23 +0400 Subject: [PATCH] Changed CtrlP --- colors/gruvbox.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 70717baf..63453c49 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -621,13 +621,14 @@ endif " }}} " CtrlP: {{{ -call s:HL('CtrlPMatch', 'blue') +call s:HL('CtrlPMatch', 'yellow') call s:HL('CtrlPNoEntries', 'red') call s:HL('CtrlPPrtBase', 'dark2') +call s:HL('CtrlPPrtCursor', 'blue') call s:HL('CtrlPLinePre', 'dark2') -call s:HL('CtrlPMode1', 'purple', 'dark2', 'bold') -call s:HL('CtrlPMode2', 'dark0', 'purple', 'bold') +call s:HL('CtrlPMode1', 'blue', 'dark2', 'bold') +call s:HL('CtrlPMode2', 'dark0', 'blue', 'bold') call s:HL('CtrlPStats', 'light4', 'dark2', 'bold') " }}}