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 git-messenger.vim #278

Open
Jomik opened this issue May 6, 2019 · 1 comment
Open

Support git-messenger.vim #278

Jomik opened this issue May 6, 2019 · 1 comment

Comments

@Jomik
Copy link

Jomik commented May 6, 2019

Would be neat with support for https://github.com/rhysd/git-messenger.vim
Seems to only be the background color that is missing..

From the readme:

" Normal color. This color is the most important
hi gitmessengerPopupNormal term=None guifg=#eeeeee guibg=#333333 ctermfg=255 ctermbg=234

" Color of 'end of buffer'. To hide '~' in popup window, I recommend to use the same background
" color as gitmessengerPopupNormal.
hi gitmessengerEndOfBuffer term=None guifg=#333333 guibg=#333333 ctermfg=234 ctermbg=234

I can not figure out how I could set it up to use the ones defined by gruvbox in my own vimrc.

@Jomik
Copy link
Author

Jomik commented May 14, 2019

I added this to my init.vim.

hi link gitmessengerPopupNormal Pmenu
hi gitmessengerEndOfBuffer term=None guifg=None guibg=None ctermfg=None ctermbg=None

@Jomik Jomik closed this as completed May 14, 2019
@morhetz morhetz reopened this Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants