vim: Change powerline theme

This commit is contained in:
2022-06-30 22:10:17 +02:00
parent 8b4e01b538
commit 5ffc046537

View File

@@ -289,7 +289,7 @@ let g:tagbar_foldlevel = 99 " unfold all
"let g:airline#extensions#whitespace#checks = ['trailing']
let g:lightline = {
\ 'colorscheme': 'powerline',
\ 'colorscheme': 'wombat',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'readonly', 'filename', 'modified', 'helloworld' ] ],