morhetz / gruvbox

Retro groove color scheme for Vim
13.78k stars 1.1k forks source link

Support git-messenger.vim #278

Open Jomik opened 5 years ago

Jomik commented 5 years ago

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 commented 5 years ago

I added this to my init.vim.

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