We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example from fzf.vim documentation
" Customize fzf colors to match your color scheme let g:fzf_colors = \ { 'fg': ['fg', 'Normal'], \ 'bg': ['bg', 'Normal'], \ 'hl': ['fg', 'Comment'], \ 'fg+': ['fg', 'CursorLine', 'CursorColumn', 'Normal'], \ 'bg+': ['bg', 'CursorLine', 'CursorColumn'], \ 'hl+': ['fg', 'Statement'], \ 'info': ['fg', 'PreProc'], \ 'border': ['fg', 'Ignore'], \ 'prompt': ['fg', 'Conditional'], \ 'pointer': ['fg', 'Exception'], \ 'marker': ['fg', 'Keyword'], \ 'spinner': ['fg', 'Label'], \ 'header': ['fg', 'Comment'] }
🤖 This issue has been automatically copied from morhetz#207 🤖
The text was updated successfully, but these errors were encountered:
17f6e8b
Add fzf colors
b9b6b06
Closes #15
fzf colors have been added. Colorscheme was based on CtrlP, with tweaks for usability where fzf differs, and new colors based on other gruvbox colors.
Sorry, something went wrong.
No branches or pull requests
Example from fzf.vim documentation
🤖 This issue has been automatically copied from morhetz#207 🤖
The text was updated successfully, but these errors were encountered: