From 59ccb8dc13c96e822713644947fa4378b65ecc89 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 5 Dec 2017 14:22:47 +0100 Subject: Fix wildmenu background color (menu tab completion) The implemented feature in this GH-58 changed the background color of the status bar ("StatusLine") group to "nord3", but the "WildMenu" group also useed "nord3" as background color for the current tab selection. This commit changes the "WildMenu" background color to "nord1" which is available for both terminal ("nord1_term") and GUI ("nord1_gui") mode. Related to GH-58 GH-64 --- colors/nord.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors') diff --git a/colors/nord.vim b/colors/nord.vim index 4a7ad85..0c48df6 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -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", "") -- cgit v1.2.3-70-g09d2