" 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.
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:
I can not figure out how I could set it up to use the ones defined by gruvbox in my own vimrc.