Skip to content

Commit

Permalink
[vim] updated status bar color, window split bar
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed Apr 8, 2011
1 parent cf4aee2 commit d2b710d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions colors/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
" URL: http://ethanschoonover.com/solarized
" (see this url for latest release & screenshots)
" License: OSI approved MIT license (see end of this file)
" Created: In the middle of the night
" Modified: 2011 Apr 07
"
" Usage "{{{
"
Expand Down Expand Up @@ -623,9 +625,9 @@ exe "hi! MoreMsg" .s:fmt_none .s:fg_blue .s:bg_none
exe "hi! ModeMsg" .s:fmt_none .s:fg_blue .s:bg_none
exe "hi! LineNr" .s:fmt_none .s:fg_base01 .s:bg_base02
exe "hi! Question" .s:fmt_bold .s:fg_cyan .s:bg_none
exe "hi! StatusLine" .s:fmt_none .s:fg_base0 .s:bg_base02
exe "hi! StatusLineNC" .s:fmt_none .s:fg_base1 .s:bg_base02
exe "hi! VertSplit" .s:fmt_none .s:fg_base0 .s:bg_base02
exe "hi! StatusLine" .s:fmt_none .s:fg_base02 .s:bg_base1
exe "hi! StatusLineNC" .s:fmt_none .s:fg_base02 .s:bg_base00
exe "hi! VertSplit" .s:fmt_bold .s:fg_base00 .s:bg_base00
exe "hi! Title" .s:fmt_bold .s:fg_orange .s:bg_none
exe "hi! Visual" .s:fmt_stnd .s:fg_none .s:bg_base02
exe "hi! VisualNOS" .s:fmt_stnd .s:fg_none .s:bg_base02
Expand Down

0 comments on commit d2b710d

Please sign in to comment.