Skip to content
New issue

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

Support for the fzf.vim #15

Closed
rbong opened this issue May 28, 2019 · 1 comment
Closed

Support for the fzf.vim #15

rbong opened this issue May 28, 2019 · 1 comment
Labels
migrated Issues migrated from morhetz/gruvbox

Comments

@rbong
Copy link

rbong commented May 28, 2019

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 🤖

@rbong rbong added the migrated Issues migrated from morhetz/gruvbox label May 28, 2019
@rbong rbong closed this as completed in 17f6e8b Jun 1, 2019
rbong added a commit that referenced this issue Jun 1, 2019
@rbong
Copy link
Author

rbong commented Jun 1, 2019

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrated Issues migrated from morhetz/gruvbox
Projects
None yet
Development

No branches or pull requests

1 participant