sainnhe / gruvbox-material

Gruvbox with Material Palette
MIT License
1.97k stars 166 forks source link

Wrong background color for Lightline #43

Closed DrunkenMoogle closed 4 years ago

DrunkenMoogle commented 4 years ago

Lightline uses the light background color despite being set to dark. LightlineColor

sainnhe commented 4 years ago

I can't reproduce it using your init.vim in my neovim. Did you set the background to dark when nvim is running? Lightline won't reload the color scheme after a color scheme is applied.

DrunkenMoogle commented 4 years ago

After some looking around it turns out that I was running a very old version of neovim via Ubuntu 18.04 LTS on WSL. After updating to a newer version the issue resolved itself.