Skip to content

Commit

Permalink
changes of IncSearch color so that were difference from Search color (#…
Browse files Browse the repository at this point in the history
…140)

changes of IncSearch color so that were difference from Search color
  • Loading branch information
arcticicestudio committed Apr 23, 2019
2 parents d810531 + 329ae17 commit de24841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ call s:hi("WarningMsg", s:nord0_gui, s:nord13_gui, s:nord1_term, s:nord13_term,
call s:hi("WildMenu", s:nord8_gui, s:nord1_gui, s:nord8_term, s:nord1_term, "", "")

"+--- Search ---+
call s:hi("IncSearch", s:nord1_gui, s:nord8_gui, s:nord1_term, s:nord8_term, s:underline, "")
call s:hi("IncSearch", s:nord6_gui, s:nord10_gui, s:nord6_term, s:nord10_term, s:underline, "")
call s:hi("Search", s:nord1_gui, s:nord8_gui, s:nord1_term, s:nord8_term, "NONE", "")

"+--- Tabs ---+
Expand Down

0 comments on commit de24841

Please sign in to comment.