b129d51073d8

Status line colors.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Sep 2011 11:30:40 -0400
parents af32c3c36764
children 4512596e1b56
branches/tags (none)
files vim/.vimrc vim/colors/molokai.vim

Changes

--- 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.
--- 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