diff options
author | Nao Ueda <nao.uedder@gmail.com> | 2020-01-29 09:15:41 +0900 |
---|---|---|
committer | Nao Ueda <nao.uedder@gmail.com> | 2020-01-29 09:15:41 +0900 |
commit | f0af1893d17720e1003c5ee60957608bf429188e (patch) | |
tree | ce90088d39a7d482816ded95da5caff1660addb8 | |
parent | 737626ea19f494ef03e6f7e968503388f278b7cb (diff) | |
download | vimrc-f0af1893d17720e1003c5ee60957608bf429188e.tar.gz vimrc-f0af1893d17720e1003c5ee60957608bf429188e.tar.bz2 vimrc-f0af1893d17720e1003c5ee60957608bf429188e.zip |
Change lightline theme to 'nord'.
-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']] |