Changed statusline color in vim
This commit is contained in:
parent
88b95f6526
commit
8891fe6047
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ set statusline+=%=
|
||||||
set statusline+=%l
|
set statusline+=%l
|
||||||
set statusline+=\ %c
|
set statusline+=\ %c
|
||||||
|
|
||||||
hi StatusLine cterm=italic ctermfg=blue
|
hi StatusLine cterm=None ctermfg=green ctermbg=none
|
||||||
hi Search cterm=NONE ctermbg=yellow ctermfg=black
|
hi Search cterm=NONE ctermbg=yellow ctermfg=black
|
||||||
hi IncSearch cterm=None ctermbg=yellow ctermfg=black
|
hi IncSearch cterm=None ctermbg=yellow ctermfg=black
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue