From 925b0c566d921450b282b491a666bd312c375bef Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 30 Mar 2021 17:47:07 +0200 Subject: [PATCH] Lightline theme --- nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] ],