Skip to content

Commit

Permalink
updated incremental search highlighting for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed Apr 15, 2011
1 parent 4a9b7ec commit a265733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colors/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 "{{{
"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a265733

Please sign in to comment.