morhetz / gruvbox

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

internal variable g:gruvbox_contrast_dark being overridden or not applying? #322

Closed robbyjm closed 4 years ago

robbyjm commented 4 years ago

hi, big fan of gruvbox. while working on my .vimrc i noticed that in order to apply g:gruvbox_contrast_dark='soft' I had to reload my .vimrc after starting vim. here's what my terminal looks like when i first start vim https://imgur.com/a/aSZcypw and here's what it looks like after reloading my .vimrc (:so %) https://imgur.com/a/94yE7ll.

jhhuisman commented 4 years ago

I have the same issue FWIW.

jhhuisman commented 4 years ago

@robbyjm this works for me: https://github.com/morhetz/gruvbox/issues/258#issuecomment-457215075

robbyjm commented 4 years ago

@robbyjm this works for me: #258 (comment)

yup, worked for me too. thank you