for terminal and gray backround color
Plug 'kmtoki/lightline-colorscheme-simplicity'
and add .vimrc
let g:lightline = {
\ 'colorscheme': 'simplicity',
\ 'separator': { 'left': '', 'right': '' },
\ 'subseparator': { 'left': '', 'right': '' }
\ }
for terminal and gray backround color
Plug 'kmtoki/lightline-colorscheme-simplicity'
and add .vimrc
let g:lightline = {
\ 'colorscheme': 'simplicity',
\ 'separator': { 'left': '', 'right': '' },
\ 'subseparator': { 'left': '', 'right': '' }
\ }