Update WildMenu for high contrast color scheme.

This commit is contained in:
Lifepillar
2016-05-22 16:30:14 +02:00
parent a18c263128
commit 6f001e62bf
3 changed files with 7 additions and 3 deletions

View File

@@ -346,7 +346,11 @@ for s:solarized_background in ["dark", "light"]
call s:put("hi! WildMenu" .s:fg_base01 .s:bg_base03 .s:fmt_revbb)
endif
else
call s:put("hi! WildMenu" .s:fg_base2 .s:bg_base02 .s:fmt_revbb)
if s:solarized_contrast == "high"
call s:put("hi! WildMenu" .s:bg_base2 .s:fg_base02 .s:fmt_revbb)
else
call s:put("hi! WildMenu" .s:fg_base2 .s:bg_base02 .s:fmt_revbb)
endif
endif
call s:put("hi! Folded" .s:fmt_undb .s:fg_base0 .s:bg_base02 .s:sp_base03)
call s:put("hi! FoldColumn" .s:fmt_none .s:fg_base0 .s:bg_base02)