diff options
author | Ethan Schoonover <es@ethanschoonover.com> | 2011-04-14 22:35:34 -0700 |
---|---|---|
committer | Ethan Schoonover <es@ethanschoonover.com> | 2011-04-14 22:35:34 -0700 |
commit | a2657339e170443543d88a0aa11f383baf66e57b (patch) | |
tree | bc220705a7d4c1721aadb6ca8494a0aac7b5e1a1 | |
parent | 4a9b7ecc66e6a451e273befcf418d36cb7167637 (diff) | |
download | vim-colors-solarized-a2657339e170443543d88a0aa11f383baf66e57b.tar.gz |
updated incremental search highlighting for visibility
-rw-r--r-- | colors/solarized.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/colors/solarized.vim b/colors/solarized.vim index 57d2e15..38fb07c 100644 --- a/colors/solarized.vim +++ b/colors/solarized.vim @@ -4,7 +4,7 @@ " (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 10 +" Modified: 2011 Apr 14 " " Usage "{{{ " @@ -649,8 +649,8 @@ else endif exe "hi! Directory" .s:fmt_none .s:fg_blue .s:bg_none exe "hi! ErrorMsg" .s:fmt_revr .s:fg_red .s:bg_none -exe "hi! IncSearch" .s:fmt_revr .s:fg_yellow .s:bg_none -exe "hi! Search" .s:fmt_stnd .s:fg_yellow .s:bg_none +exe "hi! IncSearch" .s:fmt_stnd .s:fg_orange .s:bg_none +exe "hi! Search" .s:fmt_revr .s:fg_yellow .s:bg_none 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 |