Skip to content

Commit

Permalink
Merge pull request #80 from arcticicestudio/bugifx/gh-64-tab-completi…
Browse files Browse the repository at this point in the history
…on-highlight

Fix "WildMenu" background color for current selection (tab completion)
  • Loading branch information
arcticicestudio authored Dec 5, 2017
2 parents 788876b + 59ccb8d commit 53fce0d
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 @@ -191,7 +191,7 @@ else
call s:hi("StatusLineNC", s:nord4_gui, s:nord3_gui, "NONE", s:nord3_term, "NONE", "")
endif
call s:hi("WarningMsg", s:nord0_gui, s:nord13_gui, s:nord1_term, s:nord13_term, "", "")
call s:hi("WildMenu", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_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, "underline", "")
Expand Down

0 comments on commit 53fce0d

Please sign in to comment.