Lightline theme

This commit is contained in:
Bartek Stalewski 2021-03-30 17:47:07 +02:00
parent a268122ee6
commit 925b0c566d

View File

@ -78,7 +78,7 @@ command! -bang -nargs=? -complete=dir Colors
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
let g:lightline = {
\ 'colorscheme': 'powerlineish',
\ 'colorscheme': 'PaperColor',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'readonly', 'filename' ] ],