diff options
Diffstat (limited to '_config/101-lightline.vim')
-rw-r--r-- | _config/101-lightline.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config/101-lightline.vim b/_config/101-lightline.vim index fa3b439..9df4d30 100644 --- a/_config/101-lightline.vim +++ b/_config/101-lightline.vim @@ -3,7 +3,7 @@ if empty(globpath(&rtp, 'autoload/lightline.vim')) endif let g:lightline = { -\ 'colorscheme': 'wombat', +\ 'colorscheme': 'nord', \ 'active': { \ 'left': [['mode', 'paste', 'gitbranch'], ['filename', 'modified']], \ 'right': [['lineinfo'], ['percent'], ['readonly', 'linter_warnings', 'linter_errors', 'linter_ok']] |