diff options
Diffstat (limited to '.vim/vimrc_files/highlights.vim')
-rw-r--r-- | .vim/vimrc_files/highlights.vim | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.vim/vimrc_files/highlights.vim b/.vim/vimrc_files/highlights.vim new file mode 100644 index 0000000..0d53434 --- /dev/null +++ b/.vim/vimrc_files/highlights.vim @@ -0,0 +1,14 @@ +" hi clear CursorLine +" augroup CLClear +" autocmd! ColorScheme * hi clear CursorLine +" augroup END + +" Highlight color of current line +hi CursorLineNR cterm=bold ctermfg=226 +augroup CLNRSet + autocmd! ColorScheme * hi CursorLineNR cterm=bold ctermfg=226 +augroup END + + +hi StatusLine ctermbg=38 ctermfg=0 cterm=NONE term=NONE gui=NONE +"hi StatusLineNC ctermbg=81 ctermfg=0 |