mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #18 from benjumanji/feat/unite-colors
refactor: Unite support without touching internals
This commit is contained in:
commit
6486e10a22
|
|
@ -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 =====================================================================
|
||||
|
|
|
|||
|
|
@ -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 =====================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue