diff --git a/colors/Tomorrow.vim b/colors/Tomorrow.vim index 2a38642..87e317c 100644 --- a/colors/Tomorrow.vim +++ b/colors/Tomorrow.vim @@ -241,6 +241,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("TabLine", s:foreground, s:background, "reverse") call X("StatusLine", s:window, s:yellow, "reverse") call X("StatusLineNC", s:window, s:foreground, "reverse") + call X("WildMenu", s:green, s:background, "reverse") call X("VertSplit", s:window, s:window, "none") call X("Visual", "", s:selection, "") call X("Directory", s:blue, "", "")