lightline-hybrid brings awesome color scheme vim-hybrid into lightline.vim.
Put lightline-hybrid.vim
into your plugin directory.
Or if you are mad about NeoBundle, add the following line to your .vimrc
:
NeoBundle 'cocopon/lightline-hybrid.vim'
Finally, set color scheme of lightline in .vimrc
:
let g:lightline = {}
let g:lightline.colorscheme = 'hybrid'
If you prefer a simple one, how about a plain style?
let g:lightline_hybrid_style = 'plain'
MIT License. See LICENSE.txt for more information.