1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-08-18 05:53:49 -07:00

[vim] Update g:fzf_colors example with 'query'

This commit is contained in:
Junegunn Choi
2025-05-04 14:52:22 +09:00
parent cd9517b679
commit 46dabccdf1

@@ -155,6 +155,7 @@ let g:fzf_layout = { 'window': '10new' }
let g:fzf_colors =
\ { 'fg': ['fg', 'Normal'],
\ 'bg': ['bg', 'Normal'],
\ 'query': ['fg', 'Normal'],
\ 'hl': ['fg', 'Comment'],
\ 'fg+': ['fg', 'CursorLine', 'CursorColumn', 'Normal'],
\ 'bg+': ['bg', 'CursorLine', 'CursorColumn'],