mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 07:43:38 -05:00
Changed CtrlP
This commit is contained in:
@@ -621,13 +621,14 @@ endif
|
|||||||
" }}}
|
" }}}
|
||||||
" CtrlP: {{{
|
" CtrlP: {{{
|
||||||
|
|
||||||
call s:HL('CtrlPMatch', 'blue')
|
call s:HL('CtrlPMatch', 'yellow')
|
||||||
call s:HL('CtrlPNoEntries', 'red')
|
call s:HL('CtrlPNoEntries', 'red')
|
||||||
call s:HL('CtrlPPrtBase', 'dark2')
|
call s:HL('CtrlPPrtBase', 'dark2')
|
||||||
|
call s:HL('CtrlPPrtCursor', 'blue')
|
||||||
call s:HL('CtrlPLinePre', 'dark2')
|
call s:HL('CtrlPLinePre', 'dark2')
|
||||||
|
|
||||||
call s:HL('CtrlPMode1', 'purple', 'dark2', 'bold')
|
call s:HL('CtrlPMode1', 'blue', 'dark2', 'bold')
|
||||||
call s:HL('CtrlPMode2', 'dark0', 'purple', 'bold')
|
call s:HL('CtrlPMode2', 'dark0', 'blue', 'bold')
|
||||||
call s:HL('CtrlPStats', 'light4', 'dark2', 'bold')
|
call s:HL('CtrlPStats', 'light4', 'dark2', 'bold')
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|||||||
Reference in New Issue
Block a user