[advanced-docs] add missing color specs

pull/3518/head
Brighten Tompkins 6 months ago
parent 6b99399c41
commit 22c78ece11
No known key found for this signature in database
GPG Key ID: 92CF4CB86DEC97B2

@ -583,6 +583,7 @@ Here is an example. Add this to your Vim configuration file.
let g:fzf_colors =
\ { 'fg': ['fg', 'Normal'],
\ 'bg': ['bg', 'Normal'],
\ 'preview-fg': ['bg', 'Normal'],
\ 'preview-bg': ['bg', 'NormalFloat'],
\ 'hl': ['fg', 'Comment'],
\ 'fg+': ['fg', 'CursorLine', 'CursorColumn', 'Normal'],
@ -594,6 +595,9 @@ let g:fzf_colors =
\ 'pointer': ['fg', 'Exception'],
\ 'marker': ['fg', 'Keyword'],
\ 'spinner': ['fg', 'Label'],
\ 'gutter': ['bg', 'SignColumn'],
\ 'query': ['fg', 'Comment'],
\ 'disabled': ['fg', 'Ignore'],
\ 'header': ['fg', 'Comment'] }
```

Loading…
Cancel
Save