From 80adb4f6c0dea99da3199aabc369439ce620ae12 Mon Sep 17 00:00:00 2001 From: Jon Haggblad Date: Sun, 16 Jun 2013 16:03:29 +0100 Subject: [PATCH] Increased constrast for selected OmniComplete item In a 256 color terminal the selected entry when using OmniComplete is barely readable against the light grey background. Tested this under both xterm and xfce4-terminal. To fix this the foreground for PmenuSel is set to ctermfg=253. --- colors/molokai.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/molokai.vim b/colors/molokai.vim index 7e7a622..f7f529b 100644 --- a/colors/molokai.vim +++ b/colors/molokai.vim @@ -177,7 +177,7 @@ if &t_Co > 255 " complete menu hi Pmenu ctermfg=81 ctermbg=16 - hi PmenuSel ctermbg=244 + hi PmenuSel ctermfg=253 ctermbg=244 hi PmenuSbar ctermbg=232 hi PmenuThumb ctermfg=81