vimrc
set background=dark
set tabstop=4
set showmatch
set showcmd
set autowrite
""""""""""""""""""""""""""""""""""""""""""""""""""
" Color scheme "
" " "
" """"""""""""""""""""""""""""""""""""""""""""""""""
" Some custom color modifications. reference :help highlight and
" :help cterm
highlight ModeMsg cterm=bold ctermfg=2 ctermbg=black " set mode message ( --INSERT-- ) to green
highlight StatusLine ctermfg=7 ctermbg=9 " set the active statusline to black on white
highlight StatusLineNC ctermfg=8 ctermbg=9 " set inactive statusline to black on grey
syntax on