From 6c3b0a3f1f3a95981772bf30808ce3ecc9af880e Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 4 Apr 2022 14:43:54 +0200 Subject: [PATCH] Airline's theme. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 41318c8..d19a423 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -79,7 +79,7 @@ let g:markdown_syntax_conceal=0 let g:Hexokinase_highlighters = [ 'backgroundfull' ] let g:lightline = { - \ 'colorscheme': 'powerlineish', + \ 'colorscheme': 'powerline', \ 'active': { \ 'left': [ [ 'mode', 'paste' ], \ [ 'readonly', 'filename' ] ],