[Ag] Use base blue colors

Close #454
This commit is contained in:
Junegunn Choi
2018-08-29 17:53:58 +09:00
parent 633c980c05
commit e042ec03a2

View File

@@ -692,7 +692,7 @@ function! fzf#vim#grep(grep_command, with_column, ...)
\ 'column': a:with_column,
\ 'options': ['--ansi', '--prompt', capname.'> ',
\ '--multi', '--bind', 'alt-a:select-all,alt-d:deselect-all',
\ '--color', 'hl:68,hl+:110']
\ '--color', 'hl:4,hl+:12']
\}
function! opts.sink(lines)
return s:ag_handler(a:lines, self.column)