# HG changeset patch # User Steve Losh # Date 1316100640 14400 # Node ID b129d51073d8839afa6edd08220c15c7034c4a0d # Parent af32c3c36764c5b9da4259713321784add536f16 Status line colors. diff -r af32c3c36764 -r b129d51073d8 vim/.vimrc --- a/vim/.vimrc Wed Sep 14 16:54:07 2011 -0400 +++ b/vim/.vimrc Thu Sep 15 11:30:40 2011 -0400 @@ -111,6 +111,13 @@ " }}} " Status line ----------------------------------------------------------------- {{{ +augroup ft_statuslinecolor + au! + + au InsertEnter * hi StatusLine ctermfg=196 guifg=#FF3145 + au InsertLeave * hi StatusLine ctermfg=130 guifg=#CD5907 +augroup END + set statusline=%f " Path. set statusline+=%m " Modified flag. set statusline+=%r " Readonly flag. diff -r af32c3c36764 -r b129d51073d8 vim/colors/molokai.vim --- a/vim/colors/molokai.vim Wed Sep 14 16:54:07 2011 -0400 +++ b/vim/colors/molokai.vim Thu Sep 15 11:30:40 2011 -0400 @@ -196,8 +196,8 @@ hi SpecialKey ctermfg=245 hi Statement ctermfg=161 cterm=bold - hi StatusLine ctermfg=238 ctermbg=253 - hi StatusLineNC ctermfg=244 ctermbg=232 + hi StatusLine ctermfg=130 ctermbg=15 + hi StatusLineNC ctermfg=242 ctermbg=15 hi StorageClass ctermfg=208 hi Structure ctermfg=81 hi Tag ctermfg=161