diff options
| author | listout <listout@protonmail.com> | 2021-04-15 07:17:49 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2021-04-15 07:17:49 +0000 |
| commit | f9dc88a12e1d6d3cf43e3f53fb3e6a71d14380f3 (patch) | |
| tree | fb61d2dcf9db4b750a4e417663a50e6f1201216d /configs/statusline.vim | |
| parent | 49bd57461a88ae8f3a177300114b07a21e1343ac (diff) | |
| download | nvim-f9dc88a12e1d6d3cf43e3f53fb3e6a71d14380f3.tar.gz | |
added a few color schemes and chaged the current color scheme
Diffstat (limited to '')
| -rw-r--r-- | configs/statusline.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/statusline.vim b/configs/statusline.vim index 23dbe33..3c9588f 100644 --- a/configs/statusline.vim +++ b/configs/statusline.vim @@ -12,7 +12,7 @@ function! CocCurrentFunction() endfunction let g:lightline = { - \ 'colorscheme': 'wal', + \ 'colorscheme': 'moonfly', \ 'active': { \ 'left': [ [ 'mode', 'paste' ], \ [ 'cocstatus', 'currentfunction', 'readonly', 'filename', 'modified' ] ] |
