gruvbox-theme is an alternate gruvbox colorscheme for lightline
Install using your favorite Vim Plugin Manager. I personally use vim-plug
- Add the following configuration to your .vimrc
Plug "muxcmux/gruvbox-lightline"
- Install with
:PlugInstall
Configure your lightline theme in .vimrc
let g:lightline = {
\ 'colorscheme': 'gruvbox_alt',
\ }
For more configuration options check lightline documentation