diff --git a/nvim/init.vim b/nvim/init.vim index 507284a..cb16442 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -78,7 +78,7 @@ command! -bang -nargs=? -complete=dir Colors \ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, 0) let g:lightline = { - \ 'colorscheme': 'powerlineish', + \ 'colorscheme': 'PaperColor', \ 'active': { \ 'left': [ [ 'mode', 'paste' ], \ [ 'readonly', 'filename' ] ],