diff options
author | Ethan Schoonover <es@ethanschoonover.com> | 2011-04-07 21:23:12 -0700 |
---|---|---|
committer | Ethan Schoonover <es@ethanschoonover.com> | 2011-04-07 21:23:12 -0700 |
commit | d2b710d47b33f7cf4f3674e6f6287ea2fd3cc0ff (patch) | |
tree | 4d6778d3f888a10b702c4bd09626523a7f44b377 | |
parent | cf4aee2f5f19a3f0ea302d0141921d6411a121f9 (diff) | |
download | vim-colors-solarized-d2b710d47b33f7cf4f3674e6f6287ea2fd3cc0ff.tar.gz |
[vim] updated status bar color, window split bar
-rw-r--r-- | colors/solarized.vim | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/colors/solarized.vim b/colors/solarized.vim index cffbf1b..4456513 100644 --- a/colors/solarized.vim +++ b/colors/solarized.vim @@ -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 "{{{ " @@ -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 |