Archive for October, 2009

Posted by Kent at 14 October 2009

Category: Ikke interessant

Tags: ,

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

Popularity: 3% [?]