Merge pull request #18 from benjumanji/feat/unite-colors

refactor: Unite support without touching internals
This commit is contained in:
Andrea Leopardi 2015-03-12 17:02:25 +01:00
commit 6486e10a22
2 changed files with 5 additions and 1 deletions

View file

@ -228,7 +228,8 @@ 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')
call s:Col('UniteGrep', 'base7', 'green')
let g:unite_source_grep_search_word_highlight = 'UniteGrep'
" Cleanup =====================================================================

View file

@ -227,6 +227,9 @@ 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('UniteGrep', 'base7', 'green')
let g:unite_source_grep_search_word_highlight = 'UniteGrep'
" Cleanup =====================================================================