Skip to content

Commit a265733

Browse files
committed
updated incremental search highlighting for visibility
1 parent 4a9b7ec commit a265733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

colors/solarized.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" (see this url for latest release & screenshots)
55
" License: OSI approved MIT license (see end of this file)
66
" Created: In the middle of the night
7-
" Modified: 2011 Apr 10
7+
" Modified: 2011 Apr 14
88
"
99
" Usage "{{{
1010
"
@@ -649,8 +649,8 @@ else
649649
endif
650650
exe "hi! Directory" .s:fmt_none .s:fg_blue .s:bg_none
651651
exe "hi! ErrorMsg" .s:fmt_revr .s:fg_red .s:bg_none
652-
exe "hi! IncSearch" .s:fmt_revr .s:fg_yellow .s:bg_none
653-
exe "hi! Search" .s:fmt_stnd .s:fg_yellow .s:bg_none
652+
exe "hi! IncSearch" .s:fmt_stnd .s:fg_orange .s:bg_none
653+
exe "hi! Search" .s:fmt_revr .s:fg_yellow .s:bg_none
654654
exe "hi! MoreMsg" .s:fmt_none .s:fg_blue .s:bg_none
655655
exe "hi! ModeMsg" .s:fmt_none .s:fg_blue .s:bg_none
656656
exe "hi! LineNr" .s:fmt_none .s:fg_base01 .s:bg_base02

0 commit comments

Comments
 (0)