From fa733214fb11be2e32f2630411bc250bd9e2c972 Mon Sep 17 00:00:00 2001 From: Johannes Stolp Date: Thu, 26 May 2016 00:28:46 +0200 Subject: Changed order of sourcing external files in .vimrc Added new keymaps added two xterm color shemes --- .vim/vimrc_files/highlights.vim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vim/vimrc_files/highlights.vim (limited to '.vim/vimrc_files/highlights.vim') 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 -- cgit v1.2.3